Skip to content

PHP code snippet – How to run specific seeder in laravel?

#All of them
php artisan db:seed
#One class
php artisan db:seed --class=UserSeeder
See also  PHP code snippet - How to go to index page on clicking a button in html?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.