An open API service indexing awesome lists of open source software.

https://github.com/cartalyst/demo-attributes


https://github.com/cartalyst/demo-attributes

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Attributes Demo

This is a basic demo showing some of the functionality of the Attributes 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-attributes.git` on your CLI
2. Run `composer install` from your terminal
3. Run `cp .env.example .env`
4. Run `php artisan key:generate`
5. Setup your database credentials on the `.env` file
6. Run migrations `php artisan migrate --seed`
7. Boot up your server!