2017 © Pedro Peláez
 

library users

users

image

gertjanroke/users

users

  • Thursday, June 23, 2016
  • by GertjanRoke
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 28 Versions
  • 0 % Grown

The README.md

Users

User manager with roles (single and multiple), (*1)

Install

composer require gertjanroke/users

After install

ServiceProvider

Add the following line to "config/app.php", (*2)

at "providers":, (*3)

Gertjanroke\Users\UsersServiceProvider::class,
Collective\Html\HtmlServiceProvider::class,

And at "aliases":, (*4)

'Form'      => Collective\Html\FormFacade::class,
'Html'      => Collective\Html\HtmlFacade::class,

Creating the files

Run the following command:, (*5)

php artisan vendor:publish

Migration

Run the command:, (*6)

php artisan migrate

Middleware

Add the following lines to the '$routeMiddleware' array in the file 'App/Http/Kernel.php', (*7)

'onlyAdmin' => \Gertjanroke\Users\Http\Middleware\IfAdmin::class,

If you go to the user index you first need a role that sign in the config file, (*8)

Database Seed

If you want to at basic roles, do the following thinks.
, (*9)

Add to your 'DatabaseSeeder.php' file in the 'database/seeds' folder, (*10)

$this->call(RoleTableSeeder::class);
$this->call(RoleUserTableSeeder::class);

After that run the next command:, (*11)

php artisan db:seed
# Or

if you don't want to do that run the following commands:, (*12)

first: php artisan db:seed --class=RoleTableSeeder
second: php artisan db:seed --class=RoleUserTableSeeder

The Versions

23/06 2016
05/10 2015

0.2.1

0.2.1.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

05/10 2015

0.2.0

0.2.0.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

05/10 2015

0.1.9

0.1.9.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

02/10 2015

0.1.8

0.1.8.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

02/10 2015

0.1.7

0.1.7.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

02/10 2015

0.1.6

0.1.6.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

02/10 2015

0.1.5

0.1.5.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

02/10 2015

0.1.4

0.1.4.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

02/10 2015

0.1.3

0.1.3.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

02/10 2015

0.1.2

0.1.2.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

02/10 2015

0.1.1

0.1.1.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

01/10 2015

0.1.0

0.1.0.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

01/10 2015

0.0.9

0.0.9.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

01/10 2015

0.0.8

0.0.8.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

30/09 2015

0.0.7

0.0.7.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

30/09 2015

0.0.6

0.0.6.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

29/09 2015

0.0.3

0.0.3.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

29/09 2015

0.0.2

0.0.2.0 https://github.com/intothesource/users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles

29/09 2015

0.0.1

0.0.1.0 https://github.com/thephpSource/Users

User manager with roles (single and multiple)

  Sources   Download

MIT

The Requires

 

The Development Requires

user manager the source thesource in to the source intothesource user managersystem user manager and roles