Demo App of Cartalyst's Attributes Package
Note: This app requires Cartalyst's Attributes package, you need to have a valid Cartalyst.com subscription to install it. Click here to obtain your subscription.
- Download or clone this repository
- Run
composer install
from your terminal - Setup your database in
app/config/database.php
- Run migrations
php artisan migrate --package=cartalyst/attributes
php artisan migrate --seed
- Boot up your server!