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

Single Page Application with Laravel 5.3 and Vue.js 2.1.x

Results 21 spa-laravel-vuejs issues
Sort by recently updated
recently updated
newest added

Bumps [concat-with-sourcemaps](https://github.com/floridoo/concat-with-sourcemaps) from 1.0.4 to 1.1.0. Commits - See full diff in [compare view](https://github.com/floridoo/concat-with-sourcemaps/commits) Maintainer changes This version was pushed to npm by [floridoo](https://www.npmjs.com/~floridoo), a new releaser for concat-with-sourcemaps since...

dependencies

Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.15.0 to 2.20.0. Commits - [`60111f4`](https://github.com/mafintosh/is-my-json-valid/commit/60111f47ee8a0971a2e1229070d47172ce4667c5) 2.20.0 - [`8c11f77`](https://github.com/mafintosh/is-my-json-valid/commit/8c11f77cbd63a7a519daa8f5d4706a760140856b) Merge pull request [#175](https://github-redirect.dependabot.com/mafintosh/is-my-json-valid/issues/175) from LinusU/meta - [`b6d9b3f`](https://github.com/mafintosh/is-my-json-valid/commit/b6d9b3fbbf7b411654a4fd1dae4ceaba65063b4e) Cleanup package metadata - [`dcea5be`](https://github.com/mafintosh/is-my-json-valid/commit/dcea5be83be29ea444c81bd83e7aef732a11c003) 2.19.0 - [`1712811`](https://github.com/mafintosh/is-my-json-valid/commit/17128116bc5b3268f2151aecc1d7eee3d3604793) Merge pull...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.15.3 to 0.18.1. Release notes *Sourced from [axios's releases](https://github.com/axios/axios/releases).* > ## v0.18.1 > Security Fix: > > - Destroy stream on exceeding maxContentLength (fixes [#1098](https://github-redirect.dependabot.com/axios/axios/issues/1098)) ([#1485](https://github-redirect.dependabot.com/axios/axios/issues/1485)) -...

dependencies

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits - [`fee31c5`](https://github.com/mhart/StringStream/commit/fee31c5c4a5efc7c7cc2fde4aee633dedefd6d67) 0.0.6 - [`2f4a9d4`](https://github.com/mhart/StringStream/commit/2f4a9d496f94b0880e01a26857aa266a5a3ef274) Merge pull request [#9](https://github-redirect.dependabot.com/mhart/StringStream/issues/9) from mhart/fix-buffer-constructor-vuln - [`afbc744`](https://github.com/mhart/StringStream/commit/afbc7442220358419e330618e47f3a65fc265b1b) Ensure data is not a number in Buffer constructor -...

dependencies

Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.10.1 to 1.16.1. Release notes *Sourced from [sshpk's releases](https://github.com/joyent/node-sshpk/releases).* > ## v1.16.1 > * Fixes for [#60](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/60) (correctly encoding certificates with expiry dates >=2050), [#62](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/62) (accepting PKCS#8...

dependencies

Bumps [deap](https://github.com/selfcontained/deap) from 1.0.0 to 1.0.1. Commits - See full diff in [compare view](https://github.com/selfcontained/deap/commits) Maintainer changes This version was pushed to npm by [prestaul](https://www.npmjs.com/~prestaul), a new releaser for deap since...

dependencies

so i find your sorting code not working if we are sorting related model and i find elsewhere the solution is doing something like this ``` $users = App\User::with(['posts' =>...

hi, i love your project and it works very well and match what i need for an spa project with laravel. But i don't quite get it how everything works......

While running the above code I am getting the following error ``` ERROR in ./resources/assets/js/components/valuechain/DataViewer.vue 51 | 52 | | ^ 53 | Tag cannot appear inside due to HTML...

I want to add a button for deleting data on Customer (and Invoice) grid by adding `remove()` method in `DataViewer.vue` first: ``` methods: { ... remove(id) { if (confirm('Are you...