sm3rter1 year agoLevel 1ReplyReport SpamYou can run the following command: php artisan migrate --seed This will migrate your database tables and then populate them with the data specified in the seeders. Like Reply