Symfony: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
==Installation== | ==Installation== | ||
===Symfony 4.4 | ===Symfony 4.4=== | ||
<source lang="bash"> | <source lang="bash"> | ||
rm -rf /usr/local/bin/symfony | rm -rf /usr/local/bin/symfony |
Revision as of 06:22, 28 December 2019
Installation
Symfony 4.4
rm -rf /usr/local/bin/symfony
curl -sS https://get.symfony.com/cli/installer | bash
export PATH="$HOME/.symfony/bin:$PATH"
symfony new --full AcademiaBash --version=4.4.*
symfony new --full AcademiaBash --version=lts
cd AcademiaBash
symfony server:start
symfony server:start --no-tls