2017 © Pedro Peláez
 

library sentinel-lumen

A Lumen bridge for cartalyst/sentinel

image

optimus/sentinel-lumen

A Lumen bridge for cartalyst/sentinel

  • Thursday, May 7, 2015
  • by esbenp
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,901 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

sentinel-lumen

A Lumen bridge for cartalyst/sentinel., (*1)

Installation

Via composer

Run composer require optimus/sentinel-lumen 0.1.*, (*2)

Register package

In your bootstrap/app.php register service providers, (*3)

$app->register('Optimus\Sentinel\SentinelServiceProvider');

Copy config

Copy vendor/cartalyst/sentinel/config/config.php to your own config folder (config/sentinel.php in your project root). It has to be the correct config folder as it is registered using $app->configure()., (*4)

Migrate

Run php artisan migrate --path=vendor/cartalyst/sentinel/src/migrations, (*5)

Usage

The package is now installed for Lumen. Usage is the same as with cartalyst/sentinel, so I suggest you read the the manual for usage., (*6)

The Versions

07/05 2015

dev-master

9999999-dev

A Lumen bridge for cartalyst/sentinel

  Sources   Download

The Requires

 

by Esben Petersen

07/05 2015

0.1.0

0.1.0.0

A Lumen bridge for cartalyst/sentinel

  Sources   Download

The Requires

 

by Esben Petersen