vuexcellent / laravel
Magic Data Loading. Laravel <-> Vuex Syncing
v2.1.0
2020-01-06 04:21 UTC
Requires
None
Requires (Dev)
- orchestra/testbench: ^4.4
- phpunit/phpunit: ^8.4
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Vuexcellent is an easy to use way to load data from your Laravel backend to your Vuex managed front end. For documentation & more detailed usage instructions visit Vuexcellent
This is the repo containing the Laravel component of Vuexcellent.
Quick Install
- Install via composer
composer require vuexcellent/laravel
- Update the blade template
<head> <title>{{ config('app.name') }}</title> @vuex </head>
Contributions
PR's are welcome to the main repo.
To run the test suite, run phpunit
./vendor/bin/phpunit tests