Abandoned This module has been merge with the User Module.
This module is responsible for handling the user sign in, sign up, forgot password.
This module is loading the the Pingpong-labs/module package. One way of installing it, is with the php artisan module:install nWidart-Modules/Session
command.
"cartalyst/sentinel": "1.0.*",
"laracasts/commander": "dev-master",
"laracasts/flash": "~1.0",
"laracasts/presenter": "0.2.*"
In app.php
Providers key:
'Cartalyst\Sentinel\Laravel\SentinelServiceProvider',
'Laracasts\Commander\CommanderServiceProvider',
'Laracasts\Flash\FlashServiceProvider',
'Modules\Session\Providers\SessionFiltersServiceProvider',
Aliases key:
'Activation' => 'Cartalyst\Sentinel\Laravel\Facades\Activation',
'Reminder' => 'Cartalyst\Sentinel\Laravel\Facades\Reminder',
'Sentinel' => 'Cartalyst\Sentinel\Laravel\Facades\Sentinel',
'Flash' => 'Laracasts\Flash\Flash',