When you install
symfony installer and after executing
symfony command you don't see
colorized help text, you might also experience problem with
progress-bar on many lines. Progressbar is used when you're creating new symfony project by command
symfony new myproject.
Both problems are probably caused by a lack of
POSIX support in your php environment.
Solution
Just install
php posix module.
The package named
php-process in current Fedora distribution.
So you just need to do:
1 | sudo dnf install php-process
|
See the result after the installation of the module:
No comments:
Post a Comment