Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.03 KB

Grapevine

About

Build Status

Scrutinizer Code Quality Code Coverage

Grapevine is a Laravel 5.0+ compatible package built to provide discussion forum functionality to your application.

Setting Up

git clone [email protected]:floatingpointsoftware/grapevine composer update

That's it! Seriously!

If you want to run the unit tests to make sure everything is working:

./vendor/bin/phpunit

If you would like to generate the API documentation:

./vendor/bin/apigen --config apigen.neon

This will drop them in the docs/ directory (which is gitignored)