optimus / sentinel-lumen
There is no license information available for the latest version (0.1.0) of this package.
A Lumen bridge for cartalyst/sentinel
0.1.0
2015-05-07 14:49 UTC
Requires
- cartalyst/sentinel: ~2.0
This package is auto-updated.
Last update: 2026-02-15 08:28:25 UTC
README
A Lumen bridge for cartalyst/sentinel.
Installation
Via composer
Run composer require optimus/sentinel-lumen 0.1.*
Register package
In your bootstrap/app.php register service providers
$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().
Migrate
Run php artisan migrate --path=vendor/cartalyst/sentinel/src/migrations
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.