Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

wesolowski/symfony-refactoring-workshop

Repository files navigation

Workshop: Symfony and refactoring

Scrutinizer Code Quality

Technical Requirements
  • Install PHP 7.2 or higher and these PHP extensions (which are installed and enabled by default in most PHP 7 installations): Ctype, iconv, JSON, PCRE, Session, SimpleXML, and Tokenizer;
  • Install Composer, which is used to install PHP packages;
Setup

1.Clone repo:

git clone https://github.com/wesolowski/symfony-refactoring-workshop.git
cd symfony-refactoring-workshop

2.Start docker (MySQL-Server)

docker-compose up -d

3.Install/config symfony

composer install
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrate
  1. Start PIM-Import
php bin/console pim:im

5.Symfony Web-browser

Download and install Symfony-CLI: https://symfony.com/download

symfony serve:start

Now you can see the shop:

Start: https://localhost:8080/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published