2017 © Pedro Peláez
 

library users

User manager with roles (single and multiple)

image

intothesource/users

User manager with roles (single and multiple)

  • Wednesday, May 11, 2016
  • by intothesource
  • Repository
  • 4 Watchers
  • 0 Stars
  • 637 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 33 Versions
  • 1 % Grown

The README.md

Users

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

Install

composer require intothesource/users

This package also uses the Entrance package, for more information about that package go to that repositorie., (*2)

After install

ServiceProvider

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

at "providers":, (*4)

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

And at "aliases":, (*5)

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

Creating the files

Run the following command:, (*6)

php artisan vendor:publish

Migration

Run the command:, (*7)

php artisan migrate

Middleware

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

'sourceOrAdmin' => \IntoTheSource\Users\Http\Middleware\IfSourceOrAdmin::class,

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

Database Seed

If you want to at basic roles, do the following thinks.
@note: if you want to use this be sure that you also included the database seeding of the Entrance package, (*10)

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

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

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

php artisan db:seed
# Or

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

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

The Versions

11/05 2016

dev-master

9999999-dev https://github.com/intothesource/laravel-users

User manager with roles (single and multiple)

  Sources   Download

BSD-2

The Requires

 

The Development Requires

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

11/05 2016

1.0.12

1.0.12.0 https://github.com/intothesource/laravel-users

User manager with roles (single and multiple)

  Sources   Download

BSD-2

The Requires

 

The Development Requires

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

11/05 2016

1.0.11

1.0.11.0 https://github.com/intothesource/laravel-users

User manager with roles (single and multiple)

  Sources   Download

BSD-2

The Requires

 

The Development Requires

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

11/05 2016

1.0.10

1.0.10.0 https://github.com/intothesource/laravel-users

User manager with roles (single and multiple)

  Sources   Download

BSD-2

The Requires

 

The Development Requires

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

11/05 2016

1.0.9

1.0.9.0 https://github.com/intothesource/laravel-users

User manager with roles (single and multiple)

  Sources   Download

BSD-2

The Requires

 

The Development Requires

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

10/05 2016

1.0.8

1.0.8.0 https://github.com/intothesource/laravel-users

User manager with roles (single and multiple)

  Sources   Download

BSD-2

The Requires

 

The Development Requires

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

09/05 2016

1.0.7

1.0.7.0 https://github.com/intothesource/laravel-users

User manager with roles (single and multiple)

  Sources   Download

BSD-2

The Requires

 

The Development Requires

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

09/05 2016

1.0.6

1.0.6.0 https://github.com/intothesource/laravel-users

User manager with roles (single and multiple)

  Sources   Download

BSD-2

The Requires

 

The Development Requires

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

09/05 2016

1.0.5

1.0.5.0 https://github.com/intothesource/laravel-users

User manager with roles (single and multiple)

  Sources   Download

BSD-2

The Requires

 

The Development Requires

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

23/12 2015

1.0.4

1.0.4.0 https://github.com/intothesource/laravel-users

User manager with roles (single and multiple)

  Sources   Download

BSD-2

The Requires

 

The Development Requires

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

23/12 2015

1.0.3

1.0.3.0 https://github.com/intothesource/laravel-users

User manager with roles (single and multiple)

  Sources   Download

BSD-2

The Requires

 

The Development Requires

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

27/11 2015

1.0.2

1.0.2.0 https://github.com/intothesource/laravel-users

User manager with roles (single and multiple)

  Sources   Download

BSD-2

The Requires

 

The Development Requires

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

12/11 2015

1.0.1

1.0.1.0 https://github.com/intothesource/laravel-users

User manager with roles (single and multiple)

  Sources   Download

BSD-2

The Requires

 

The Development Requires

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

30/10 2015

1.0.0

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

User manager with roles (single and multiple)

  Sources   Download

BSD-2

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.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