pacificdev / laravel_9_preset
Default preset for laravel 9 with bootstrap
Installs: 23 493
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 1
Forks: 7
Open Issues: 2
Language:Blade
Requires
- php: ^8.1 || ^8.2
- laravel/framework: ^9.0 || ^10.0 || ^11.0
Suggests
- pacificdev/gemini-ai-terminal-assistant-for-laravel: Recommended for ai-powered support with the application development
This package is auto-updated.
Last update: 2024-12-11 11:33:24 UTC
README
Attention: run this package on fresh laravel applications
Install the package by running the composer command
composer require pacificdev/laravel_9_preset
Bootstrap/Sass/Vite Preset
The following command will do the following tasks:
- remove postcss
- install bootstrap 5.3.x
- install bootstrap icons
- install sass
- update vite config
- add a default welcome page.
php artisan preset:ui bootstrap
Laravel Breeze/Bootstrap Authentication Preset
Make sure laravel breeze has been installed and scaffolded using the commands below
composer require laravel/breeze --dev php artisan breeze:install
Install PacificDev Breeze/Bootstrap Scaffolding
php artisan preset:ui bootstrap --auth
Compatibility notes
This package has been tested with laravel 9.x, 10.x and 11.x
- use package version 1.1 for laravel 9
- use package version 1.3 for laravel 10 and 11
If you face any problem with this package please open an issue here