mshossain110 / LaravelDrive

Private file storage and share with user build with laravel and vue inspired by google drive
http://laraveldrive.decoderlab.com
MIT License
80 stars 32 forks source link

fix problem with install (oauth_clients) #19

Open quanlc opened 3 years ago

quanlc commented 3 years ago

Illuminate\Database\QueryException

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laraveldrive.oauth_clients' doesn't exist (SQL: insert into oauth_clients (user_id, name, secret, redirect, personal_access_client, password_client, revoked, updated_at, created_at) values (?, Laravel Personal Access Client, d5pkkk5j22xl15Iy4w0I4HWzs5KAO90pPSe7C8YQ, http://localhost, 1, 0, 0, 2021-04-16 01:35:02, 2021-04-16 01:35:02))

mshossain110 commented 3 years ago

migrate your database.

ghost commented 3 years ago

How is the database migrated?