library laravel-bulma-preset
Bulma Preset Scaffolding for Laravel 5.5
flavius-constantin/laravel-bulma-preset
Bulma Preset Scaffolding for Laravel 5.5
- Thursday, November 23, 2017
- by cookie
- Repository
- 0 Watchers
- 0 Stars
- 10 Installations
- HTML
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Laravel 5.5.x Front-end Preset For Bulma CSS
Preset for Bulma CSS scaffolding on new Laravel 5.5 project.
Includes pagination blade files., (*1)
Current version: Bulma 0.6.1, (*2)
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
cd
to 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 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
)
npm install
npm run dev
License
MIT, (*3)