Skip to content

SmudaE-Commerce/async-symfony

 
 

Repository files navigation

async-symfony

Repository to accompany the YouTube series

Requirements

Installation

$ git clone https://github.com/GaryClarke/async-symfony.git
$ cd async-symfony

Usage

Install all dependencies via composer:

$ composer install

Run the project:

$ php -S localhost:8000 -t public/

or

$ symfony server:start -d

Then access the application in your browser at the given URL (https://localhost:8000 by default).

Tests

Execute this command to run tests:

$ cd my_project/
$ ./bin/phpunit

Contribution

if you want to contribute, feel free to follow the video which explains everything about it here

Socials

Subscribe to YouTube channel here

About

Repository to accompany the YouTube series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 67.6%
  • Shell 22.5%
  • Twig 9.9%