PHP code example of babasultan23 / spatie-role-full-code
1. Go to this page and download the library: Download babasultan23/spatie-role-full-code library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
babasultan23 / spatie-role-full-code example snippets
bash
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"
php artisan vendor:publish --tag=datatables
**ROUTE TANIMLAMASI**
- Route tanımlaması için proje dizininizde yer alan `app/Providers/RouteServiceProvider.php` dosyasını açarak aşağıdaki eklemeyi yapınız:
- -
bash
php artisan migrate
5. **Rol için Seeder Çalıştırın**<br>
**Seeder'ı çalıştırmadan önce kendinize göre ayarlayınız !!**