1. 28 Oct, 2018 1 commit
    • Erwan ROUSSEL's avatar
      Add symfony2 aliases (#7338) · dc3a605e
      Erwan ROUSSEL authored
      * Documentation for Npm plugin added
      
      * Fix style and add alias descriptions
      
      * Add Generate Command alias
      
      * Add Create Database alias
      
      * Add Generate Controller alias
      dc3a605e
  2. 24 Oct, 2018 1 commit
  3. 23 Oct, 2018 1 commit
  4. 15 Apr, 2018 1 commit
  5. 14 May, 2016 1 commit
    • Robin Chalas's avatar
      Fix deprecated usage (#5050) · 621eb211
      Robin Chalas authored
      When using the command alias `sfcontainer` or `sfrouter`, the following warning occurs:
      
      > ! [CAUTION] The use of "container:debug" command is deprecated since version 2.7 and will be removed in 3.0. Use the
      > ! "debug:container" instead.
      621eb211
  6. 18 Aug, 2015 1 commit
  7. 16 Jun, 2015 1 commit
  8. 13 May, 2015 1 commit
  9. 28 Jan, 2015 1 commit
  10. 02 Dec, 2014 1 commit
  11. 03 Sep, 2014 3 commits
  12. 17 Jul, 2014 1 commit
  13. 15 Jul, 2014 1 commit
  14. 01 Jul, 2014 1 commit
  15. 04 Jun, 2014 1 commit
  16. 29 Mar, 2013 2 commits
  17. 22 Feb, 2013 1 commit
    • hacfi's avatar
      Fix Symfony2 command completion 'permission denied' · 8c74d80f
      hacfi authored
      app/console by default (if you create a new Symfony project via composer create-project or by downloading it from symfony.com) is not executable. Therefore I get the following error:
      
      sf2 _symfony2_get_command_list:1: permission denied: app/console 
      _symfony2_get_command_list:1: permission denied: app/console
      _symfony2_get_command_list:1: permission denied: app/console
      
      To make command completion work without changing app/console you just have to let php run it.
      8c74d80f
  18. 20 Nov, 2012 1 commit
  19. 05 Oct, 2012 1 commit
  20. 17 Dec, 2011 1 commit