Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 225 Bytes

chapter1.md

File metadata and controls

9 lines (7 loc) · 225 Bytes

1 Install and Configuring Symfony

  • PHP built-in web server

      php bin/console server:run
      // http://localhost:8000
    
  • composer install

      composer create-project symfony/symfony dir
    
  • roadmap