| 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: | 2025-11-02 15:00:30 |
| Package Statistics | |
|---|---|
| Total Downloads: | 94 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 2 |
| 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