Skip to content

laravel24/bulma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 5.5.x Front-end Preset For Bulma

Preset for Bulma scaffolding on new Laravel 5.5.x project.

Current version: Bulma 0.5.2

Usage

  1. Fresh install Laravel 5.5.x and cd to your app.
  2. Install this preset via composer require laravel-frontend-presets/bulma. 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
  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.

Packages

No packages published

Languages

  • HTML 77.2%
  • PHP 13.2%
  • CSS 9.6%