laravel-vue-spa icon indicating copy to clipboard operation
laravel-vue-spa copied to clipboard

A Laravel-Vue SPA starter kit.

Results 16 laravel-vue-spa issues
Sort by recently updated
recently updated
newest added

navbar completed!

Function asyncData only works once. When the route is loaded for the first time component.data function set data on component. If you reload the route function assignment to component.date does...

``` Problem 1 - nette/schema is locked to version v1.2.1 and an update of this package was not requested. - nette/schema v1.2.1 requires php >=7.1 your php version (8.1.2) does...

after release stabel vue 3 . it seems migrate from vue 2 to vue 3

I want to replace [JWT](https://github.com/tymondesigns/jwt-auth) with [Sanctum](https://laravel.com/docs/8.x/sanctum) however it's not that straight forward... Right now with JWT everything is stateless, meaning that you can consume any api routes from anywhere....

Login with a password may not meet the security requirements of your app. It's even better to have the option of passwordless login.

I'm deploying my project on AWS EC2 instance ubuntu 18.8 where I'm getting this error when I run the command to create production build. `npm run dev` ``` ERROR in...

Hello, I notice when I refresh the website multiple times, it logs the user out. For example when "User A" is logged in and clicks "refresh" 5-6 times very quickly,...

After run this command: composer create-project --prefer-dist cretueusebiu/laravel-vue-spa I found this error: Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 -...