laravel-vue-cli-3 icon indicating copy to clipboard operation
laravel-vue-cli-3 copied to clipboard

Example project using Vue CLI 3 with Laravel

Results 14 laravel-vue-cli-3 issues
Sort by recently updated
recently updated
newest added

Update to latest stable packages

Replace `rm` with `rimraf` Issue https://github.com/yyx990803/laravel-vue-cli-3/issues/12

When you use the whitelist route in routes/web.php it is not possible to access the API routes created by Nova. These can be excluded by using `Route::get('/{any}', 'SpaController@index')->where('any', '^(?!nova-api).*$');` instead...