mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 11:59:00 +00:00
Update cheatsheets
This commit is contained in:
25
symfony
Normal file
25
symfony
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# symfony
|
||||
|
||||
> The console component for the Symfony framework.
|
||||
> More information: <https://symfony.com>.
|
||||
|
||||
- Create a new Symfony project:
|
||||
|
||||
`symfony new {{name}}`
|
||||
|
||||
- Run a local web server:
|
||||
|
||||
`symfony serve`
|
||||
|
||||
- Stop the local web server:
|
||||
|
||||
`symfony server:stop`
|
||||
|
||||
- Check for security issues in the project's dependencies:
|
||||
|
||||
`symfony security:check`
|
||||
Reference in New Issue
Block a user