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

When navigation from page A to B with a different layout and page B needs to fetch data inside beforeRouteEnter, the child component of page A will be recreated within...

error when directly access to urls which using admin.js or role.js middleware without login. user was undefined

Hey! When I do in my webpack.js: `mix.js('resources/js/app.js', 'public/dist/js').extract()` It still creates one file app.js. I want three files: app.js, vendor.js, manifest.js. What am I doing wrong?

After running `npm run dev`, I am stuck with this error at localhost:8080 `Cannont GET /` ![Screenshot (182)](https://user-images.githubusercontent.com/49561796/211343462-fd268190-84db-4821-a1ba-22a61b7c1df4.png)

Following things are upgraded. 1. Laravel 8 --> Laravel 9 2. Trusted Proxies Middleware 3. All Composer Dependencies from Laravel official upgrade guide.