Skip to content

Latest commit

 

History

History
executable file
·
15 lines (10 loc) · 609 Bytes

README.md

File metadata and controls

executable file
·
15 lines (10 loc) · 609 Bytes

Conditions Demo

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.

Installation

To install this demo, firstly you must be a subscriber of Cartalyst's Arsenal.

  1. Clone this repository by running git clone git@github.com:cartalyst/demo-conditions.git on your CLI
  2. Run composer install from your terminal
  3. Run cp .env.example .env
  4. Run php artisan key:generate
  5. Boot up your server!