Symfony: Difference between revisions
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
== Reference == | == Reference == | ||
{| | |||
| valign="top" | | |||
* [https://github.com/plumbok/plumbok Plumbok Annotation Bundle] | |||
* [https://github.com/mtarld/symbok-bundle/ Symbok Annotation Bundle] | |||
* [https://symfony.com/doc/3.4/controller/error_pages.html Handle Error Pages] | * [https://symfony.com/doc/3.4/controller/error_pages.html Handle Error Pages] | ||
* [https://symfony.com/releases Symfony Releases] | * [https://symfony.com/releases Symfony Releases] | ||
Line 25: | Line 29: | ||
* [https://www.php.net/supported-versions.php PHP Releases] | * [https://www.php.net/supported-versions.php PHP Releases] | ||
* [https://twigfiddle.com/ Twig Fiddle] | * [https://twigfiddle.com/ Twig Fiddle] | ||
| valign="top" | | |||
|} |
Revision as of 00:22, 6 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
Reference
|