Skip to content

reed-jones/vuexcellent-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vuexcellent

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