Symfony

From Chorke Wiki
Revision as of 09:02, 19 August 2021 by Shahed (talk | contribs) (→‎Reference)
Jump to navigation Jump to search

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

Reference