laravel-nuxt icon indicating copy to clipboard operation
laravel-nuxt copied to clipboard

A Laravel-Nuxt starter kit.

Results 13 laravel-nuxt issues
Sort by recently updated
recently updated
newest added

First of all a great thank you for this starter kit, In local development everything is working smoothly and it is so easy to set it up. I am just...

I can't install it. I use npm install and got error first row error is: ``` npm ERR! path C:\Dev_folder\OpenServer\domains\laravel-nuxt\node_modules\node-sass npm ERR! command failed ``` All list here: ``` Windows...

hi I don't know what the problem is when trying to activate Laravel Socialit. ![بدون عنوان](https://user-images.githubusercontent.com/94540610/142258537-d23dad67-2238-464c-abd2-d007f655c756.png) turned on `npm run build` ![بدون عنوان](https://user-images.githubusercontent.com/94540610/142260291-8bd7ab5f-4280-42e1-a62c-9cb5c23804c4.png) **What is the solution to this problem?**

tymon/jwt-auth 1.0.1 doesn't support php-8 - this fixes that https://github.com/tymondesigns/jwt-auth/releases/tag/1.0.2

Bug: On the setting page: Name and Email is not show up Howto show name and email?

When you run `yarn dev` or `npm run dev` you get CPU usage up to 100%, slow HMR etc. This can be fixed by excluding `node_modules` directory from watching by...

I am using a template that require to access to $auth.user info (which saved by auth/fetchUser in login page), but it seems that it is not saved in auth variable...

to login from socialite `Argument 1 passed to Tymon\JWTAuth\JWTGuard::login() must implement interface Tymon\JWTAuth\Contracts\JWTSubject, null given, called in C:\wamp64\www\.....Controllers\Auth\OAuthController.php on line 48` ``` $this->guard()->setToken( $token = $this->guard()->login($user) ); ``` what's the...