Download the PHP package kkeiper1103/sentry-manager without Composer
On this page you can find all versions of the php package kkeiper1103/sentry-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kkeiper1103/sentry-manager
More information about kkeiper1103/sentry-manager
Files in kkeiper1103/sentry-manager
Download kkeiper1103/sentry-manager
More information about kkeiper1103/sentry-manager
Files in kkeiper1103/sentry-manager
Vendor kkeiper1103
Package sentry-manager
Short Description A Minimalistic, Laravel-Specific User Management Package. Provides User Registration, Login, and Update Views.
License
Package sentry-manager
Short Description A Minimalistic, Laravel-Specific User Management Package. Provides User Registration, Login, and Update Views.
License
Please rate this library. Is it a good library?
Informations about the package sentry-manager
Sentry Manager
A Laravel Package designed to provide User Management out of the box. Uses Cartalyst's Sentry.
Installation
Add "kkeiper1103/sentry-manager": "dev-master"
to composer.json.
Add 'Kkeiper1103\SentryManager\SentryManagerServiceProvider'
to config/app.php.
Modify the Sentry config to "users.model" => "User" (Or your Model for logging in)
Have your application's User model extend Cartalyst's Eloquent model.
use Cartalyst\Sentry\Users\Eloquent\User as SentryUser;
class User extends SentryUser implements UserInterface, RemindableInterface {
All versions of sentry-manager with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
illuminate/support Version 4.2.*
andheiberg/notify Version 1.*
cartalyst/sentry Version 2.1.*
illuminate/support Version 4.2.*
andheiberg/notify Version 1.*
cartalyst/sentry Version 2.1.*
The package kkeiper1103/sentry-manager contains the following files
Loading the files please wait ....