Kushal Suthar
Kushal Suthar
@kodeine Sorry, I didn't get you. can you please explain a little bit more.
Is there any way, So we can assign Permission name and slug both in array or passing comma separate Actually i have ``privacyandpolicy`` is name of permission and `create` is...
Thanks @konovalov-nk for your replying. Actually what I am trying to get, Just explain me the little bit:- First, i am using the AngularJS client side. I list down all...
Thank you so much @konovalov-nk for your support and consideration. Actually, i also need to add who add this role, Because I have many types of Admin users So need...
```php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class AddRoleTypeToRolesTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { // Schema::table('roles', function($table) {...