Level 14
Hi. Did you create a migration file for the categoris table? Did you run your migrations? Try to run the following command in console in your project root: php artisan migrate
QueryException in Connection.php line 770:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ecommerce.categoris' doesn't exist (SQL: insert into categoris (name, updated_at, created_at) values (, 2018-07-20 06:48:35, 2018-07-20 06:48:35))
Please or to participate in this conversation.