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: [email protected]
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