Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softquantum/laravel-preset-bulma
https://github.com/softquantum/laravel-preset-bulma
bulma laravel preset
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softquantum/laravel-preset-bulma
- Owner: softquantum
- Archived: true
- Created: 2017-09-21T20:27:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T14:09:48.000Z (almost 4 years ago)
- Last Synced: 2024-09-24T16:03:49.752Z (3 months ago)
- Topics: bulma, laravel, preset
- Language: Blade
- Size: 14.6 KB
- Stars: 1
- 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.5 ANYMORE
# Laravel 5.5.x Front-end Preset For Bulma CSS
Preset for Bulma CSS scaffolding on new Laravel 5.5.x project.
Includes pagination blade files.*Current version*: **Bulma 5.x**
## 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-bulma --dev`. Laravel 5.5.x will automatically discover this package. No need to register the service provider.
3. Use `php artisan preset bulma` for basic Bulma preset. **OR** Use `php artisan preset bulma-auth` for basic preset, Auth route entry and Bulma 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.