Symfony - http://symfony.com/
Documentation officielle : http://documentation-symfony.fr/ 🇬🇧
$ sudo curl -LsS https://symfony.com/installer -o /usr/local/bin/symfony
$ sudo chmod a+x /usr/local/bin/symfony
$ symfony new my_project
✔ Symfony 3.1.1 was successfully installed. Now you can:
* Change your current directory to /home/yvan/my_project
* Configure your application in app/config/parameters.yml file.
* Run your application:
1. Execute the php bin/console server:run command.
2. Browse to the http://localhost:8000 URL.
* Read the documentation at http://symfony.com/doc
- Installer Symfony -> http://symfony.com/doc/current/setup.html
- Créer une première page -> http://symfony.com/doc/current/page_creation.html
- Composer : https://getcomposer.org/doc/00-intro.md
- "Symfony in 5 minutes" / "Symfony explain to .." -> https://symfony.com/what-is-symfony
- "Symfony Big View" : https://symfony.com/doc/current/quick_tour/the_big_picture.html
- PHPStorm : https://www.jetbrains.com/phpstorm/