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
refactor: ready DatabaseSeeder.php for php artisan db:seed
* We are not using `factories/UserFactory` instead Seeder class `UserSeeder.php`
* `db:seed` command behind the scenes will execute `run()` method of `DatabaseSeeder.php` class
0 commit comments