cretueusebiu / laravel-nuxt

A Laravel-Nuxt starter kit.
https://laravel-nuxt.cretueusebiu.com
MIT License
1.15k stars 262 forks source link

Can't access laravel on localhost #150

Closed donchoborisov closed 3 years ago

donchoborisov commented 3 years ago

Hi there,

I am successfully installing the package I can run the nuxt app on port 3000 but when I type php artisan serve an try to access the backend error MAKE SURE TO RUN NPM BUILD.

Can you please help me with issue ?

Thank you very much in advance

cretueusebiu commented 3 years ago

You have to run npm run build

donchoborisov commented 3 years ago

I am having error again when I run npm run build

donchoborisov commented 3 years ago

its working now thanks

donchoborisov commented 3 years ago

Now after installation if i try to install any dependencies its showing me that

Auth driver [jwt] for guard [api] is not defined