Commit Graph

22 Commits

Author SHA1 Message Date
Darius Grigalevicius 5c047ae8ba updated symfony plugin to add entity generation and schema update aliases (#5042) 2018-04-15 21:55:47 +02:00
Robin Chalas 621eb21139 Fix deprecated usage (#5050)
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.
2016-05-14 17:19:26 +02:00
Marc Cornellà dfccac312c Merge pull request #3892 from delphiki/sf2-plugin
Added environment based shortcuts in symfony2 plugin
2016-03-30 03:40:55 +02:00
fgibaux a9daea17d8 plugin symfony2 sf2.7 compatibility fix
with symfony 2.7 command group titles are listed as commands. this commit prevents it.
2015-08-18 14:19:40 +02:00
ju 68e03a0592 Changed env based sf2 shortcuts to sfdev & sfprod 2015-06-16 08:44:50 +02:00
delphiki a1ed87a8a1 Added environment based shortcuts in symfony2 plugin 2015-05-13 16:55:54 +02:00
Darius Grigalevicius c4d3de1ea0 added server:run alias 2015-01-28 14:02:36 +02:00
Ion Marusic 011f25d492 Fixed command autocomplete for Symfony 2.6.x 2014-12-02 20:10:47 +02:00
Philipp Wahala 8d2dd8cc6a Symfony2 plugin autocomplete for app/console and bin/console 2014-09-03 11:58:52 +02:00
Philipp Wahala 677d8b1a21 Symfony2 plugin look for files only 2014-09-03 11:36:22 +02:00
Philipp Wahala ed6c2c9106 Symfony2 plugin use first console found 2014-09-03 11:13:21 +02:00
Ben Zörb bb928b59c4 #2914 fixed symfony2 autocomplete 2014-07-17 11:27:00 +02:00
Ben Zörb 392af393e8 added cache:warmup alias 2014-07-15 15:13:13 +02:00
Ben Zörb 14ebcc83be #2893 generalized symfony2 console directory 2014-07-01 07:48:00 +02:00
Jérôme Macias de41dee9e4 Add alias for container:debug task 2014-06-04 12:50:45 +02:00
Robby Russell de8bcef476 Merge pull request #1622 from hacfi/patch-1
Fix Symfony2 command completion 'permission denied'
2013-04-23 20:03:26 -07:00
lesmyrmidons 55da480da1 modify alias sfc => sf 2013-03-29 16:39:18 +01:00
lesmyrmidons fc67399843 Simplification name aliases and adding new alias 2013-03-29 13:35:35 +01:00
hacfi 8c74d80fd6 Fix Symfony2 command completion 'permission denied'
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.
2013-02-22 17:07:15 +01:00
Rui Marinho 6f6a3c8435 Added sf Symfony2 binary alias 2012-11-20 00:33:52 +00:00
Daniel Gomes e3de97ca89 added two aliases to Symfony2 Plugin 2012-10-05 21:12:40 +01:00
Andrew Tch 03424fdadb Symfony 2 completion 2011-12-18 00:23:31 +02:00