Skip to content

erangaddd/laravel-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

laravel-installer

This will install a new Laravel project with basic authenticate tables and required packages.

Download the laravel-installer script file into your Dev folder and run in the Shell

./laravel-installer.sh

You may have to change the permission of the file

chmod +x laravel-installer.sh

Make sure you run following commands in your developer terminal

npm install
npm run dev
php artisan serve

You can run following command to use Browsersync

npm run watch

Default Login

Username: admin@abc.com
Password: admin123

Third party Dependencies

  • laravel/breeze
  • owen-it/laravel-auditing
  • laravel/sanctum
  • spatie/laravel-html
  • yajra/laravel-datatables:^10.0
  • yajra/laravel-datatables-buttons:^10.0

Other Packages

  • laravel-base

About

This script will install Laravel with base files.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages