LaravelDaily / Laravel-Vue-First-CRUD

Simple demo project for Laravel 5.5 and Vue.js with one CRUD operation.
257 stars 156 forks source link

Could not load companies #12

Open weblikero opened 5 years ago

weblikero commented 5 years ago

After install I get this message " Could not load companies"...and cannot create neither. https://ibb.co/ZczgCs5

Daniyal-Javani commented 5 years ago

What's the HTTP status code and the error message? You can check it with F12 and select network tab.

weblikero commented 5 years ago

https://ibb.co/GtXtKMG

weblikero commented 5 years ago

LogicException Key path "file:///home/ghita/Apps/LaravelVueFirstCrud/storage/oauth-public.key" does not exist or is not readable

Daniyal-Javani commented 5 years ago

It must be related to passport. Please run this commands:

php artisan passport:install
weblikero commented 5 years ago

https://ibb.co/QvFF6q9

Daniyal-Javani commented 5 years ago

Just one more step, run this command must fix your problem

composer update
weblikero commented 5 years ago

it works..thank you

Sylk commented 4 years ago

Close this on out. @weblikero

wilmertri commented 4 years ago

Just one more step, run this command must fix your problem

composer update

I had the same error, thanks for that

kapitannwel commented 4 years ago

Just one more step, run this command must fix your problem

composer update

i had the same exact problem with OP, composer update also fixed my prob. thanks!!!