File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Check all the requirements to develop and run Symfony application locally
3+ command : symfony check:requirements
4+ tags :
5+ - symfony
6+ - php
7+ description : Check all the tools you need to develop and run your Symfony application locally
8+ arguments : []
9+ source_url : " https://symfony.com/doc/current/setup.html#technical-requirements"
10+ author : Łukasz Jakutowicz
11+ author_url : " https://github.com/lukaszjakutowicz"
12+ shells : []
Original file line number Diff line number Diff line change 1+ ---
2+ name : Check security issues in Symfony project dependencies
3+ command : symfony check:security
4+ tags :
5+ - symfony
6+ - php
7+ description : Check security issues in Symfony project dependencies
8+ arguments : []
9+ source_url : " https://symfony.com/doc/current/setup.html#checking-security-vulnerabilities"
10+ author : Łukasz Jakutowicz
11+ author_url : " https://github.com/lukaszjakutowicz"
12+ shells : []
Original file line number Diff line number Diff line change 1+ ---
2+ name : Create a new Symfony project
3+ command : " symfony new {{project_name}}"
4+ tags :
5+ - symfony
6+ - php
7+ description : Create a new Symfony project
8+ arguments :
9+ - name : project_name
10+ description : Name of project
11+ default_value : my-app
12+ source_url : " https://symfony.com/doc/current/setup.html#creating-symfony-applications"
13+ author : Łukasz Jakutowicz
14+ author_url : " https://github.com/lukaszjakutowicz"
15+ shells : []
Original file line number Diff line number Diff line change 1+ ---
2+ name : Start Symfony local web server
3+ command : symfony server:start
4+ tags :
5+ - symfony
6+ - php
7+ description : Start Symfony local web server
8+ arguments : []
9+ source_url : " https://symfony.com/doc/current/setup/symfony_server.html"
10+ author : Łukasz Jakutowicz
11+ author_url : " https://github.com/lukaszjakutowicz"
12+ shells : []
You can’t perform that action at this time.
0 commit comments