Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.08 KB

readme.md

File metadata and controls

46 lines (27 loc) · 1.08 KB

Abandoned This module has been merge with the User Module.

Session module

This module is responsible for handling the user sign in, sign up, forgot password.

Installation

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.

Package dependencies

"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',