diff --git a/README.md b/README.md index 995f3b5..a87ffab 100644 --- a/README.md +++ b/README.md @@ -52,4 +52,9 @@ Go into the NovaServiceProvider.php file and add the next logic into the gate() Gate::define('viewNova', function ($user) { return $user->role_admin; }); -``` \ No newline at end of file +``` + +### If you want to seed a default super admin, run the next command +``` +php artisan db:seed --class=SuperAdminSeeder +```