This is a basic demo showing some of the functionality of the Conditions package.
Note: This demo is not a fully-fledged app. It's a demo, so we're not covering every possible scenario or completed every endpoint.
To install this demo, firstly you must be a subscriber of Cartalyst's Arsenal.
- Clone this repository by running
git clone [email protected]:cartalyst/demo-conditions.git
on your CLI - Run
composer install
from your terminal - Run
cp .env.example .env
- Run
php artisan key:generate
- Boot up your server!