2017 © Pedro Peláez
 

library becoded

BeCoded CMS

image

grundmanis/becoded

BeCoded CMS

  • Thursday, March 16, 2017
  • by Grundmanis
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

edit config/auth.php file, (*1)

add to guards: 'becoded_user' => [ 'driver' => 'session', 'provider' => 'becoded_users', ],, (*2)

to providers: 'becoded_users' => [ 'driver' => 'eloquent', 'model' => Grundmanis\Becoded\Models\BecodedUser::class, ],, (*3)

to passwords: 'becoded_users' => [ 'provider' => 'becoded_users', 'table' => 'password_resets', 'expire' => 60, ],, (*4)

The Versions

16/03 2017

dev-master

9999999-dev

BeCoded CMS

  Sources   Download

MIT

by Armand Grundmanis

27/02 2017

1.0.0

1.0.0.0

BeCoded CMS

  Sources   Download

MIT

by Armand Grundmanis