Package Data | |
---|---|
Maintainer Username: | alfredoem |
Maintainer Contact: | espiritumalfredo@gmail.com (Alfredo EM) |
Package Create Date: | 2015-10-30 |
Package Last Update: | 2016-03-01 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:03:24 |
Package Statistics | |
---|---|
Total Downloads: | 93 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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