palmabit/authentication

Installs: 162

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/palmabit/authentication

v1.1 2016-02-15 22:19 UTC

README

#Authentication

Build Status

##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:

  1. run composer require "palmabit/authentication 1.0.*"
  2. Add to your service providers the following string: 'Palmabit\Authentication\AuthenticationServiceProvider'
  3. 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