Package Data | |
---|---|
Maintainer Username: | Bonobomagno |
Package Create Date: | 2017-09-06 |
Package Last Update: | 2017-09-06 |
Home Page: | |
Language: | HTML |
License: | MIT |
Last Refreshed: | 2025-01-29 15:01:37 |
Package Statistics | |
---|---|
Total Downloads: | 25 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Preset for Bootstrap 4 scaffolding on new Laravel 5.5.x project.
Current version: Bootstrap 4 beta
cd
to your app.composer require bonobomagno/laravel-preset-bootstrap4
. Laravel 5.5.x will automatically discover this package. No need to register the service provider.php artisan preset bootstrap4
for basic Bootstrap 4 preset. OR Use php artisan preset bootstrap4-auth
for basic preset, Auth route entry and Bootstrap 4 Auth views in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries in routes/web.php
)npm install
npm run dev
php artisan migrate
to create basic user tables.php artisan serve
(or equivalent) to run server and test preset.