palmabit / authentication
v1.1
2016-02-15 22:19 UTC
Requires
- php: >=5.4.0
- cartalyst/sentry: 2.1.*
- illuminate/support: >=4.2.0
- palmabit/library: v1.1
- palmabit/multilanguage: v1.1
Requires (Dev)
- doctrine/dbal: v2.4.2
- fzaninotto/faker: 1.4.*
- mockery/mockery: 0.9.0
- orchestra/testbench: 2.2.*
- way/generators: ~2.0
This package is not auto-updated.
Last update: 2024-11-05 04:06:30 UTC
README
#Authentication
##description
This package adds authentication and user management to your laravel application.
Installation
The simplest method of installation is to install it as a global Composer package:
- run
composer require "palmabit/authentication 1.0.*"
- Add to your service providers the following string:
'Palmabit\Authentication\AuthenticationServiceProvider'
- Then run the install command:
php artisan authentication:install
Docs
In order to see the docs install the laravel package example app: https://github.com/Palmabit-IT/package-examples