[Solved] Laravel 8 (xampp)


You need to run the php artisan migrate command so that the tables should be created in your db currently, the tables are not created.

Instead of migration you can also manually add all the tables by looking into the Modals but it is not preferred.

solved Laravel 8 (xampp)