Skip to content

da-eto/any-shop

Repository files navigation

any-shop

Simple Symfony 3.2 shop example.

Install

Clone repository and install dependencies:

$ git clone git@github.com:da-eto-ya/any-shop.git
$ composer install

Copy app/config/parameters.yml.dist to app/config/parameters.yml and fill it with actual parameters.

Run development server:

$ php bin/console server:run localhost:8080

Then development version should be available at http://localhost:8080 and production version (for development purpose) should be available at http://localhost:8080/app.php.

Testing

Run scenarios:

$ ./vendor/bin/behat

Testing server at http://localhost:8089 will be spawned while Behat runs.

About

Simple Symfony shop example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published