Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 468 Bytes

File metadata and controls

36 lines (23 loc) · 468 Bytes

ProjectSymfony

Installation

Install php with brew

brew install php  

Install symfony with brew

  brew install symfony-cli/tap/symfony-cli

Install composer

  composer install

Start symfony

  symfony server:start  

Auteur