Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laravel-frontend-presets/bulma
Bulma Frontend Preset For Laravel Framework 5.5 and Up
https://github.com/laravel-frontend-presets/bulma
bulma bulma-scaffolding laravel preset
Last synced: 24 days ago
JSON representation
Bulma Frontend Preset For Laravel Framework 5.5 and Up
- Host: GitHub
- URL: https://github.com/laravel-frontend-presets/bulma
- Owner: laravel-frontend-presets
- Created: 2017-07-23T06:30:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T16:36:58.000Z (over 4 years ago)
- Last Synced: 2024-10-01T01:41:09.297Z (about 1 month ago)
- Topics: bulma, bulma-scaffolding, laravel, preset
- Language: HTML
- Homepage: https://laravel-frontend-presets.github.io/bulma
- Size: 98.6 KB
- Stars: 171
- Watchers: 13
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bulma Frontend Preset For Laravel Framework 5.5 and Up
Bulma Frontend Preset For Laravel Framework 5.5 and Up
*Current version*: **Bulma ^v0.8.0** + **Bulma Extensions ^v6.2.7**
## Usage
1. Fresh install Laravel 5.5 (and up) and `cd` to your app.
2. Install this preset via `composer require laravel-frontend-presets/bulma`. No need to register the service provider. Laravel 5.5 & up can auto detect the package.
3. Use `php artisan ui bulma` for basic Bulma preset. **OR** Use `php artisan ui bulma-auth` for basic preset, Auth route entry and Bulma Auth views in one go.
4. `npm install`
5. `npm run dev`
6. Configure your favorite database (mysql, sqlite etc.)
7. `php artisan migrate` to create basic user tables.
8. `php artisan serve` (or equivalent) to run server and test preset.## Bulma Pagination Template
1. Upto Laravel 5.6 - Vendor publish and replace the code from here [default.blade.php](https://gist.github.com/Laraveldeep/0797c5a4079e3a2a0ba5b2b0e98f0357)
1. Laravel 5.7 and up - Vendor publish and replace the code from here [bootstrap-4.blade.php](https://gist.github.com/Laraveldeep/362490aead2fc4b2fd15c3aae24254cf)## Bulma Extensions
1. It is a set of missing [Bulma.io](https://bulma.io/) functionalities in the form of extensions. More info at [https://wikiki.github.io/](https://wikiki.github.io/)
2. Customize `bulma.sass`, `bulma-extensions.sass`, `bulma-extensions.js` and `app.js` as needed.## Screenshots
![Bulma login screen](/screenshots/bulma_login_screen.jpg)