2017 © Pedro Peláez
 

php bulma-auth

Laravel auth routes and view with bulma.io styling

image

ridrog/bulma-auth

Laravel auth routes and view with bulma.io styling

  • Wednesday, May 17, 2017
  • by Ridrog
  • Repository
  • 0 Watchers
  • 2 Stars
  • 133 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

Laravel Auth with Bulma

Scaffolds your laravel app with bulma.io.
Masterview, Login, Register, Passwords, Pagination.., (*1)

WIP: Created from a noob ... so don't use it, (*2)

Version: 0.1.1, (*3)


php artisan make:bulma-auth, (*4)


Installation

A. Require the Package, (*5)

composer require ridrog/bulma-auth

B. Add the Command, (*6)

@ app/console/kernel.php, (*7)

use Ridrog\BulmaAuth\Console\MakeBulmaAuthCommand;

and, (*8)

protected $commands = [
        ....
        MakeBulmaAuthCommand::class
        ....
    ];

C. Run the command, (*9)

php artisan make:bulma-auth, (*10)

D. Compile the frontend stuff, (*11)

npm install --save-dev bulma font-aweseome, (*12)

and, (*13)

npm run dev, (*14)


What happend?, (*15)

We copy a lot of stuff into the app
- A Masterview with header, footer and some sections - A modified Version of the Home and the Welcome View - Views for login/register and password resets - Two Controller (WelcomeController and HomeController) - Sass, with all the bulma variables and fontawesome - Bootstrap.js, only vue and axios. - Font-awesome fonts - A pagination partial, (*16)

The Versions

17/05 2017

dev-master

9999999-dev

Laravel auth routes and view with bulma.io styling

  Sources   Download

by Avatar Ridrog

17/05 2017

0.1.1

0.1.1.0

Laravel auth routes and view with bulma.io styling

  Sources   Download

by Avatar Ridrog

17/05 2017

0.1.0

0.1.0.0

Laravel auth routes and view with bulma.io styling

  Sources   Download

by Avatar Ridrog

15/05 2017

0.0.4

0.0.4.0

Laravel auth routes and view with bulma.io styling

  Sources   Download

by Avatar Ridrog

15/05 2017

0.0.3

0.0.3.0

Laravel auth routes and view with bulma.io styling

  Sources   Download

by Avatar Ridrog