Authentication, Roles and Menus for a specific bussines logic
alfredoem/ragnarok is a Laravel package for authentication, roles and menus for a specific bussines logic.
It currently has 0 GitHub stars and 94 downloads on Packagist (latest version v0.3).
Install it with composer require alfredoem/ragnarok.
Discover more Laravel packages by alfredoem
or browse all Laravel packages to compare alternatives.
Last updated
Authentication, Roles (coming soon) and Menus (coming soon) for a specific bussines logic
Require this package in your composer.json and run composer update (or run composer require alfredoem/ragnarok directly, if you want get the last release add dev-master):
"alfredoem/ragnarok": "^0.3.0"
After composer update, add service providers to the config/app.php
Alfredoem\Ragnarok\RagnarokServiceProvider::class,
Configure your database.
The next step is to install Ragnarok Security component. Run this command in terminal:
$ php artisan Ragnarok:install