In this tutorial learn how to symphony framework of php install in ubuntu 16.04 linux for beginner.
1. sudo curl -LsS http://symfony.com/installer -o /usr/local/bin/symfony
2. sudo chmod a+x /usr/local/bin/symfony
3. symfony
4. cd ~
5. wget https://get.symfony.com/cli/installer -O - | bash
--> THIS COMMAND OF CLI IF NEEDED
6. symfony new my_project lts
7. cd my_project
8. php bin/console server:start 0.0.0.0:8000
9. php bin/console server:stop
No comments:
Post a Comment