Fresh and Seed only one table/seeder
 php artisan db:seed --class=RoleSeeder
While using docker
./vendor/bin/sail php artisan db:seed --class=RoleSeeder
by Luka Tatarishvili
11 months ago
PHP
0
Pro tip: use ```triple backticks around text``` to write in code fences