2017 © Pedro Peláez
 

library carty

image

dersam/carty

  • Sunday, January 18, 2015
  • by dersam
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Carty

Basic PHP Shopping Cart, (*1)

Laravel package, (*2)

Tools used:, (*3)

  • PHP 5.4
  • MySQL
  • Laravel 4.2
  • jQuery
  • Handlebars

Composer package on Packagist: https://packagist.org/packages/dersam/carty, (*4)

Installation Instructions

  1. Install Laravel and setup your database connection in app/config/database.php
  2. Add to composer.json require:, (*5)

    "dersam/carty": "dev-master", (*6)

  3. Install composer packages, (*7)

    composer install, (*8)

  4. Add the Carty service provider to the provider array in app/config/app.php, (*9)

    'Dersam\Carty\CartyServiceProvider', (*10)

  5. Publish the public assets, (*11)

    php artisan asset:publish, (*12)

  6. Create the database tables (will use your application's connection string from app/config/database.php), (*13)

    php artisan migrate --package="dersam/carty", (*14)

  7. Run the database seed if you want the demo data, (*15)

    php artisan db:seed --class=CartyDemoSeed, (*16)

The Versions

18/01 2015

dev-master

9999999-dev

  Sources   Download

The Requires