alfredoem/ragnarok

Authentication, Roles and Menus for a specific bussines logic
94
Install
composer require alfredoem/ragnarok
Latest Version:v0.3
PHP:>=5.3
License:MIT
Last Updated:Mar 1, 2016
Links: GitHub  ·  Packagist
Maintainer: alfredoem

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
    

Related Packages

alfredoem/authentication

Basic Authentication & Register for Laravel Framework

44 0
alfredoem/skeleton-package

Laravel Package Basic Skeleton

33 0
jeroennoten/laravel-psp

Laravel Package Service Provider for autoloading dependencies of packages in dev...

37 7
speelpenning/laravel-workbench

Helps you develop packages for Laravel 5.1 and 5.2.

37 3
smartech/subscriptions

Manage users subscriptions for Laravel/Lumen apps

34 0