vuexcellent / laravel
Magic Data Loading. Laravel <-> Vuex Syncing
Installs: 6 256
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/vuexcellent/laravel
Requires (Dev)
- orchestra/testbench: ^4.4
- phpunit/phpunit: ^8.4
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