Symfony: Difference between revisions
Jump to navigation
Jump to search
Line 39: | Line 39: | ||
* [https://packagist.org/packages/justinrainbow/json-schema <code>justinrainbow/json-schema</code>] | * [https://packagist.org/packages/justinrainbow/json-schema <code>justinrainbow/json-schema</code>] | ||
* [https://dev.mysql.com/doc/refman/5.6/en/faqs-general.html MySQL 5.6 FAQ: General] | * [https://dev.mysql.com/doc/refman/5.6/en/faqs-general.html MySQL 5.6 FAQ: General] | ||
* [https://github.com/opis/json-schema Opis JSON Schema] | |||
* [https://github.com/hwi/HWIOAuthBundle HWIOAuthBundle] | * [https://github.com/hwi/HWIOAuthBundle HWIOAuthBundle] | ||
|} | |} |
Revision as of 09:47, 19 August 2021
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