Pcwebschool / Laravel-MyWebApp

Laravel Project
13 stars 13 forks source link

Error after first registration #18

Open kinzinho666 opened 3 years ago

kinzinho666 commented 3 years ago

Don´t have user..

So, i register a new.

URL: localhost/admin

ERROR: When register new (first) user, after login:

Facade\Ignition\Exceptions\ViewException Trying to get property 'slug' of non-object (View: C:\xampp\htdocs\pcweb\resources\views\admin\layouts\dashboard.blade.php)

willyblord commented 2 years ago

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel.users_roles' doesn't exist (SQL: select roles.*, users_roles.user_id as pivot_user_id, users_roles.role_id as pivot_role_id from roles inner join users_roles on roles.id = users_roles.role_id where users_roles.user_id = 1) (View: C:\Users\willyblord\OneDrive\Desktop\WebApp\resources\views\admin\layouts\dashboard.blade.php)