symphony Installation in Linux/ubuntu 16.04 server

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

how to call ssh from vs code

 To call SSH from VS Code, you can use the built-in Remote Development extension. This extension allows you to open a remote folder or works...