You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
The text was updated successfully, but these errors were encountered:
kapkory
changed the title
where do you place this code, am new in laravel, i tried placing in a role model but it was highlighted with red
where do you place this code in romanbican/role, am new in laravel, i tried placing in a role model but it was highlighted with red
Jun 11, 2016
use Bican\Roles\Models\Role;
$adminRole = Role::create([
'name' => 'Admin',
'slug' => 'admin',
'description' => '', // optional
'level' => 1, // optional, set to 1 by default
]);
$moderatorRole = Role::create([
'name' => 'Forum Moderator',
'slug' => 'forum.moderator',
]);
The text was updated successfully, but these errors were encountered: