A Laravel package for scaffolding out a site based on Bulma.

Installs: 180

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 1

Forks: 2

Open Issues: 1

Language:HTML

0.1.2 2017-03-17 17:53 UTC

This package is not auto-updated.

Last update: 2019-08-14 23:41:27 UTC


README

Software License Build Status StyleCI Scrutinizer Code Quality Packagist

Generates scaffolding based on Bulma. You also have the option to generate Auth scaffolding during the install. The Auth scaffolding uses Vue components.

68747470733a2f2f72757374796d756c76616e65792e6769746875622e696f2f6173736574732f696d616765732f62756c6d612f486f6d65506167652e706e67 68747470733a2f2f72757374796d756c76616e65792e6769746875622e696f2f6173736574732f696d616765732f62756c6d612f44617368626f6172642e706e67
68747470733a2f2f72757374796d756c76616e65792e6769746875622e696f2f6173736574732f696d616765732f62756c6d612f4c6f67696e2e706e67 68747470733a2f2f72757374796d756c76616e65792e6769746875622e696f2f6173736574732f696d616765732f62756c6d612f52656769737465722e706e67

Install

Via Composer

$ composer require rustymulvaney/bulma

Add the service provider to config/app.php

rustymulvaney\bulma\BulmaServiceProvider::class,

Usage

$ php artisan bulma:install

This command will scaffold out your app using Bulma, and give you the option of generating Auth scaffolding that is similar to Laravel's default. The following tasks will be completed:

  • Install Node Modules
  • Install Bulma (npm)
  • Install Font Awesome (npm)
  • Optionally install Auth scaffolding
  • Compiles assets using Laravel Mix

Security

If you discover any security related issues, please submit an issue.

License

The MIT License (MIT). Please see License File for more information.