2017 © Pedro Peláez
 

library ragnarok

Authentication, Roles and Menus for a specific bussines logic

image

alfredoem/ragnarok

Authentication, Roles and Menus for a specific bussines logic

  • Tuesday, March 1, 2016
  • by alfredoem
  • Repository
  • 2 Watchers
  • 0 Stars
  • 81 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Ragnarok

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

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):, (*2)

    "alfredoem/ragnarok": "^0.3.0"
  2. After composer update, add service providers to the config/app.php, (*3)

    Alfredoem\Ragnarok\RagnarokServiceProvider::class,
  3. Configure your database., (*4)

  4. The next step is to install Ragnarok Security component. Run this command in terminal:, (*5)

    $ php artisan Ragnarok:install

The Versions

01/03 2016

dev-master

9999999-dev https://github.com/alfredoem/ragnarok

Authentication, Roles and Menus for a specific bussines logic

  Sources   Download

MIT

The Requires

 

laravel packages alfredoem

03/02 2016

v0.3

0.3.0.0 https://github.com/alfredoem/ragnarok

Authentication, Roles and Menus for a specific bussines logic

  Sources   Download

MIT

The Requires

 

laravel packages alfredoem

02/02 2016

v0.2

0.2.0.0 https://github.com/alfredoem/ragnarok

Authentication, Roles and Menus for a specific bussines logic

  Sources   Download

MIT

The Requires

 

laravel packages alfredoem

03/11 2015

v0.1

0.1.0.0 https://github.com/alfredoem/ragnarok

Authentication, Roles and Menus for a specific bussines logic

  Sources   Download

MIT

The Requires

 

laravel packages alfredoem