Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softquantum/laravel-preset-bootstrap4
https://github.com/softquantum/laravel-preset-bootstrap4
bootstrap4 laravel preset
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softquantum/laravel-preset-bootstrap4
- Owner: softquantum
- Archived: true
- Created: 2017-09-20T12:11:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T14:11:03.000Z (almost 4 years ago)
- Last Synced: 2024-09-19T11:13:25.374Z (4 months ago)
- Topics: bootstrap4, laravel, preset
- Language: Blade
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:warning: THIS PACKAGE IS DEPRECATED, YOU SHOULDN'T BE USING LARAVEL 5.x ANYMORE
** Laravel 5.6 comes with Bootstrap 4 stubs so this package is not relevant anymore **
# Laravel 5.5.x Front-end Preset For Bootstrap 4 beta
Preset for Bootstrap 4 scaffolding on new Laravel 5.5.x project.
This preset uses bootstrap native to avoid the use of JQuery and includes pagination stubs.*Current version*: **Bootstrap 4**
## Usage
0. If not a fresh install of Laravel, make sure you committed to your repository or that you have a backup of your files.
1. Fresh install Laravel 5.5.x and `cd` to your app.
2. Install this preset via `composer require softquantum/laravel-preset-bootstrap4 --dev`. Laravel 5.5.x will automatically discover this package. No need to register the service provider.
3. Use `php artisan preset bootstrap4` for basic Bootstrap4 preset. **OR** Use `php artisan preset bootstrap4-auth` for basic preset, Auth route entry and Bootstrap4 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`)
4. `npm install`
5. `npm run dev`## License
MIT## Notes
Share if you made a better version. Submit a PR or share the link to your repo.