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

25 lines
463 B
Markdown
Raw Normal View History

2022-11-16 20:02:30 -08:00
# bin console cheat sheet
## about
Checks the version, support, kernel and php
## version
2022-11-17 14:07:14 -08:00
php bin/console --version
## Manually hash a password
php bin/console security:hash-password
# Composer Cheat Sheet
2022-11-22 22:14:27 -08:00
composer dump-autoload
2022-12-14 00:26:38 -08:00
2022-12-18 01:37:39 -08:00
fixes a lot of problems: ```symfony console cache:clear```
2022-12-14 00:26:38 -08:00
To view the namespaces symfony creates for twig:
php bin/console debug:twig
2022-11-17 14:07:14 -08:00
## Installed Recipes
Use ```composer recipes``` to see which bundles you have installed.