Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridrog-de/bulma-auth
https://github.com/ridrog-de/bulma-auth
bulma laravel
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ridrog-de/bulma-auth
- Owner: Ridrog-de
- Created: 2017-02-26T17:17:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T21:51:13.000Z (over 7 years ago)
- Last Synced: 2025-01-22T02:14:52.014Z (3 days ago)
- Topics: bulma, laravel
- Language: HTML
- Size: 529 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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