alfredoem / ragnarok
Authentication, Roles and Menus for a specific bussines logic
Installs: 94
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/alfredoem/ragnarok
Requires
- php: >=5.3
- illuminate/support: ~5.1
This package is not auto-updated.
Last update: 2025-09-27 23:21:16 UTC
README
Authentication, Roles (coming soon) and Menus (coming soon) for a specific bussines logic
Installation
-
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