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

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

This package is auto-updated.

Last update: 2025-10-06 17:11:44 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