Skip to content

davidosuna1987/bulma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulma Frontend Preset For Laravel Framework 5.5 and Up

Bulma Frontend Preset For Laravel Framework 5.5 and Up

Current version: Bulma 0.6.2 + Bulma Extensions 0.7.6

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 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.
  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 Extensions

  1. It is a set of missing Bulma.io functionalities in the form of extensions. More info at https://wikiki.github.io/
  2. Adjust bulma.sass, bulma-extensions.sass, bulma-extensions.js and app.js as needed.

Screenshots

Bulma login screen

About

Laravel 5.5.x front-end preset for Bulma scaffolding

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 68.1%
  • PHP 14.0%
  • CSS 11.8%
  • JavaScript 6.1%