Ridrog-de / bulma-auth by Ridrog

Laravel auth routes and view with bulma.io styling
173
2
0
Package Data
Maintainer Username: Ridrog
Maintainer Contact: michael@ridrog.de (Ridrog)
Package Create Date: 2017-02-26
Package Last Update: 2017-05-17
Language: HTML
License: Unknown
Last Refreshed: 2024-05-09 03:00:48
Package Statistics
Total Downloads: 173
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 0
Total Forks: 0
Total Open Issues: 0

Laravel Auth with Bulma

Scaffolds your laravel app with bulma.io.
Masterview, Login, Register, Passwords, Pagination..

WIP: Created from a noob ... so don't use it

Version: 0.1.1


php artisan make:bulma-auth


Installation

A. Require the Package

composer require ridrog/bulma-auth

B. Add the Command

@ app/console/kernel.php

use Ridrog\BulmaAuth\Console\MakeBulmaAuthCommand;

and

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

C. Run the command

php artisan make:bulma-auth

D. Compile the frontend stuff

npm install --save-dev bulma font-aweseome

and

npm run dev


What happend?

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