pacificdev/laravel_9_preset
Default preset for laravel 9 with bootstrap
28,314
8
| Install | |
|---|---|
composer require pacificdev/laravel_9_preset |
|
| Latest Version: | v2.0.0 |
| PHP: | ^8.2 || ^8.3 || ^8.4 |
| License: | MIT |
| Last Updated: | Nov 7, 2025 |
| Links: | GitHub · Packagist |
Maintainer: fabiopacifici
Laravel Vite/Bootstrap 5 preset
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, 11.x and 12.x.
- Use package version 1.1 for Laravel 9
- Use package version 1.3 for Laravel 10 and 11
- Use package version 2.0 (this release) for Laravel 12 and newer
If you face any problem with this package please open an issue:
https://github.com/fabiopacificicom/laravel-9-preset/issues
Release notes for v2.0.0 are in the changelog.md file in this repository.
Related Packages
laravel-frontend-presets/zurb-foundation
Laravel 5.5.x Front-end preset for Zurb Foundation
18,696
52