reed-jones/vuexcellent

Magic Data Loading. Laravel <-> Vuex Syncing

v2.1.0 2020-01-06 04:21 UTC

This package is auto-updated.

Last update: 2024-03-06 13:11:15 UTC


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

  1. Install via composer
composer require vuexcellent/laravel
  1. 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