This repository has been archived on 2024-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/docs/Console.md
2022-11-22 22:14:27 -08:00

20 lines
326 B
Markdown

# bin console cheat sheet
## about
Checks the version, support, kernel and php
## version
php bin/console --version
## Manually hash a password
php bin/console security:hash-password
# Composer Cheat Sheet
composer dump-autoload
## Installed Recipes
Use ```composer recipes``` to see which bundles you have installed.