flavius-constantin / laravel-bulma-preset
This package is abandoned and no longer maintained.
No replacement package was suggested.
Bulma Preset Scaffolding for Laravel 5.5
Package info
github.com/flavius-constantin/laravel-bulma-preset
Language:HTML
pkg:composer/flavius-constantin/laravel-bulma-preset
1.0.0
2017-11-23 00:11 UTC
Requires
- laravel/framework: 5.5.*
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2023-02-04 19:19:01 UTC
README
Preset for Bulma CSS scaffolding on new Laravel 5.5 project. Includes pagination blade files.
Current version: Bulma 0.6.1
Usage
- If not a fresh install of Laravel, make sure you committed to your repository or that you have a backup of your files.
- Fresh install Laravel 5.5 and
cdto your app. - Install this preset via
composer require flavius-constantin/laravel-bulma-preset:dev-master. Laravel 5.5.x will automatically discover this package. No need to register the service provider. - Use
php artisan preset bulmafor basic Bulma preset. OR Usephp artisan preset bulma-authfor 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 inroutes/web.php) npm installnpm run dev
License
MIT