alfredoem / ragnarok by alfredoem

Authentication, Roles and Menus for a specific bussines logic
92
0
3
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-04-25 15:00:51
Package Statistics
Total Downloads: 92
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

Ragnarok

Authentication, Roles (coming soon) and Menus (coming soon) for a specific bussines logic

Installation

  1. 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"
    
  2. After composer update, add service providers to the config/app.php

     Alfredoem\Ragnarok\RagnarokServiceProvider::class,
    
  3. Configure your database.

  4. The next step is to install Ragnarok Security component. Run this command in terminal:

     $ php artisan Ragnarok:install