fgibaux
a9daea17d8
plugin symfony2 sf2.7 compatibility fix
...
with symfony 2.7 command group titles are listed as commands. this commit prevents it.
11 years ago
ju
68e03a0592
Changed env based sf2 shortcuts to sfdev & sfprod
11 years ago
delphiki
a1ed87a8a1
Added environment based shortcuts in symfony2 plugin
11 years ago
Darius Grigalevicius
c4d3de1ea0
added server:run alias
11 years ago
Ion Marusic
011f25d492
Fixed command autocomplete for Symfony 2.6.x
11 years ago
Philipp Wahala
8d2dd8cc6a
Symfony2 plugin autocomplete for app/console and bin/console
12 years ago
Philipp Wahala
677d8b1a21
Symfony2 plugin look for files only
12 years ago
Philipp Wahala
ed6c2c9106
Symfony2 plugin use first console found
12 years ago
Ben Zörb
bb928b59c4
#2914 fixed symfony2 autocomplete
12 years ago
Ben Zörb
392af393e8
added cache:warmup alias
12 years ago
Ben Zörb
14ebcc83be
#2893 generalized symfony2 console directory
12 years ago
Jérôme Macias
de41dee9e4
Add alias for container:debug task
12 years ago
lesmyrmidons
55da480da1
modify alias sfc => sf
13 years ago
lesmyrmidons
fc67399843
Simplification name aliases and adding new alias
13 years ago
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.
13 years ago
Rui Marinho
6f6a3c8435
Added sf Symfony2 binary alias
14 years ago
Daniel Gomes
e3de97ca89
added two aliases to Symfony2 Plugin
14 years ago
Andrew Tch
03424fdadb
Symfony 2 completion
14 years ago