Symfony: Difference between revisions
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
{| | {| | ||
| valign="top" | | | valign="top" | | ||
* [https://medium.com/@mathias.arlaud/symbok-dbc77f1d8ff8 Say good bye to endless Symfony classes!] | * [https://medium.com/@mathias.arlaud/symbok-dbc77f1d8ff8 Say good bye to endless Symfony classes!] | ||
* [https://www.hostgator.com/help/article/what-software-and-program-versions-does-hostgator-offer HostGator Software and Program Versions] | |||
* [https://github.com/plumbok/plumbok Plumbok Annotation Bundle] | * [https://github.com/plumbok/plumbok Plumbok Annotation Bundle] | ||
* [https://github.com/mtarld/symbok-bundle/ Symbok Annotation Bundle] | * [https://github.com/mtarld/symbok-bundle/ Symbok Annotation Bundle] | ||
Line 34: | Line 34: | ||
| valign="top" | | | valign="top" | | ||
* [https://hugo-soltys.com/blog/easily-implement-facebook-login-with-symfony-4 Easily implement Facebook login with Symfony 4] | * [https://hugo-soltys.com/blog/easily-implement-facebook-login-with-symfony-4 Easily implement Facebook login with Symfony 4] | ||
* [https://dev.to/fadymr/linkedin-oauth2-for-symfony-4-without-bundle-3d7k Linkedin Oauth2 for Symfony 4 without Bundle] | |||
* [https://hugo-soltys.com/blog/easily-implement-google-login-with-symfony-4 Easily implement Google login with Symfony 4] | * [https://hugo-soltys.com/blog/easily-implement-google-login-with-symfony-4 Easily implement Google login with Symfony 4] | ||
* [https://uhp.digital/en/blog/how-to-implement-apple-sign-in/ Apple Authentication in Symfony] | * [https://uhp.digital/en/blog/how-to-implement-apple-sign-in/ Apple Authentication in Symfony] |
Revision as of 09:26, 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