PURPOSE used to fill database tables with dummy or default data, typically right after creating the table through a database migration USAGE php artisan make:seeder WidgetsTableSeeder Description: Create a new seeder class Usage: make:seeder <name> Arguments: name The name of the class Options: …