Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pps1/symfony-starterkit

Repository files navigation

Symfony Starterkit

A template for Symfony 5 applications

Setup

  1. Install Docker Engine
  2. git clone [email protected]:pps1/symfony-starterkit.git
  3. cd symfony-starterkit
  4. docker compose up
  5. The application should now be available at http://localhost:8002
  6. (optional) Install the Symfony Binary

Running tests

You can run tests with the following command:

bin/phpunit

Linting

You can execute the Psalm linter with the following command:

bin/psalm

You can execute the PHPStan linter with the following command:

bin/phpstan

You can fix your code smell using CS Fixer with the following command:

bin/csfixer

More reading materials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors