Skip to content

Laravel Package for Authentication, Roles and Menus for a specific bussines logic

License

Notifications You must be signed in to change notification settings

alfredoem/ragnarok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

Laravel Package for Authentication, Roles and Menus for a specific bussines logic

Resources

License

Stars

Watchers

Forks

Packages

No packages published