https://github.com/cartalyst/demo-conditions
https://github.com/cartalyst/demo-conditions
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cartalyst/demo-conditions
- Owner: cartalyst
- Created: 2014-05-15T18:57:01.000Z (about 12 years ago)
- Default Branch: 6.x
- Last Pushed: 2019-11-24T21:47:31.000Z (over 6 years ago)
- Last Synced: 2025-06-11T13:14:28.643Z (about 1 year ago)
- Language: PHP
- Size: 9.92 MB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## 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](https://cartalyst.com/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!