Guest User

Untitled

a guest
Jun 18th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ### Create a project from scratch
  2. ---
  3. #### Create an empty project
  4. `composer create-project symfony/framework-standard-edition [project_name]`
  5.  
  6. #### Move to the new directory
  7. `cd [project_name]`
  8.  
  9. #### Initialise your git repository
  10. - `git init`
  11. - `git add . `
  12. - `git commit -am "project setup"`
  13.  
  14. #### Enable Symfony plugin in PhpStorm
  15. Preferences > Languages and Frameworks > PHP > Symfony > Enable Plugin
Add Comment
Please, Sign In to add comment