LaravelPackages.net
Acme Inc.
Toggle sidebar
ridrog/laravel-bulma

Bulma for Laravel

48
0
0.0.2
About ridrog/laravel-bulma

ridrog/laravel-bulma is a Laravel package for bulma for laravel. It currently has 0 GitHub stars and 48 downloads on Packagist (latest version 0.0.2). Install it with composer require ridrog/laravel-bulma. Discover more Laravel packages by ridrog or browse all Laravel packages to compare alternatives.

Last updated

Readme

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Full Documentation

What is this


Installation

composer require ridrog/bulma-auth

Laravel 5.5

nothing more to do, thanks to package auto discovery

> Laravel 5.5

add the Service Provider to app/config.php

Ridrog\Bulma\BulmaServiceProvider::class,

Usage

Command: bulma:preset

Adds bulma and font-awesome to the package.json file.
It also overrides app.scss and _variables.scss with bulma specific versions.

php artisan bulma:preset

Command: bulma:auth

  1. It calls bulma:preset
  2. Create all views and Controller, just like make:auth
php artisan bulma:auth

Config


Details

Commands

  1. bulma:preset
  2. bulma:auth
  3. bulma:view NameOfTheView
  4. bulma:example NameOfTheExample

Views

  • Login
  • Register
  • Password/Email
  • Password/Rest
  • Home
  • Welcome

Partials

  • Pagination

Components


Tests


Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

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

Comments