Sympfony 5

bin/console commands

php bin/console - Show all commands
Learn More

Base Template

templates\base.html.twig
Learn More

Filters Twig

upper - mode uppercase
Learn More

Syntax Twig

Comments
{# Comment #}
Learn More

Entity

Create new entity: php bin/console make:entity
Create CRUD: php bin/console make:crud BookProduct
Learn More

First Project Creation

After installation we should to install .httaccess
Learn More