Skip to content

hluchas/symfony-lts-playground

Repository files navigation

Stack

  • Symfony LTS
  • VueJS 3.2

Req

  • PHP 8.2
  • MySQL 8
  • Node v20.2.0

Installation (dev)

cp .env.dist .env && cp .env.test.dist .env.test
./dcp build
./dcp db-build

Testing

composer all #run all checks
composer fix #run CS Fixer
composer stan #run PHPStan
composer test #run unit & functional tests
composer unit #run unit tests
composer func #run functional tests

XDebug in PHPStorm

  • Configure DBGP DBGP

  • Configure path mappings path

Download XDebug helper and set cookie value to docker. Now you have have the possibility to debug requests from browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published