Skip to content

za-laravel/laravel-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-user

User functionality package for Laravel 5

Scrutinizer Code Quality Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Installation

  • install package with composer require za-laravel/laravel-user:"dev-master"

  • Now append service provider to providers array in config/app.php.

    <?php
    
    'providers' => array(
    
        'Illuminate\Foundation\Providers\ArtisanServiceProvider',
        'Illuminate\Auth\AuthServiceProvider',
        ...
        'ZaLaravel\LaravelUser\LaravelUserServiceProvider',
    ),
    ?>

Usage

About

User functionality package for Laravel 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages