uberbrady / livewire

A full-stack framework for Laravel that takes the pain out of building dynamic UIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Livewire 3

Better README coming soon after I'm home from Laracon lol.

Local setup for contributing

(This is a work-in-progress)

  • git clone
  • composer install
  • ./vendor/bin/testbench-dusk dusk:chrome-driver
  • (./vendor/bin/dusk-updater update also sometimes fixes chromedriver issues)

Please consult the old v2 docs for general guidelines for contributing.

If you want to run a single test instead of the whole test suite, you can do:

./vendor/bin/phpunit --filter path/to/your/test.php

Note

At this point in the beta, building the JavaScript assets locally can be complicated. But if you're not updating the JavaScript portions of Livewire in your PR, you don't have to worry about this for running Dusk tests — a built version of the assets is baked into the repo.

About

A full-stack framework for Laravel that takes the pain out of building dynamic UIs.

License:MIT License


Languages

Language:PHP 88.4%Language:JavaScript 7.2%Language:Blade 4.4%Language:Shell 0.1%