hunostor

Symfony commands

Feb 5th, 2025
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. https://medium.com/@404sd/how-to-create-a-sitemap-xml-on-symfony-blog-without-bundle-5cbcdb10dcb8
  2.  
  3. php bin/console cache:pool:clear --all
  4.  
  5. Asset mapper compile
  6. php bin/console asset-map:compile
  7.  
  8. Prod cache clear
  9. php bin/console cache:clear --env=prod
  10.  
  11. Dev cache clear
  12. php bin/console cache:clear --env=dev
Advertisement
Add Comment
Please, Sign In to add comment