grundmanis/becoded

This package is abandoned and no longer maintained. The author suggests using the grundmanis/laracms package instead.

BeCoded CMS

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

1.0.0 2017-02-27 19:22 UTC

This package is auto-updated.

Last update: 2022-02-01 13:05:43 UTC


README

php artisan vendor:publish --force

edit config/auth.php file

add to guards: 'becoded_user' => [ 'driver' => 'session', 'provider' => 'becoded_users', ],

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

to passwords: 'becoded_users' => [ 'provider' => 'becoded_users', 'table' => 'password_resets', 'expire' => 60, ],