June 2017
Intermediate to advanced
536 pages
9h 49m
English
The Console component is available in two flavors:
Given that Composer is a de facto standard when it comes to dealing with PHP components, we will use the composer require command to quickly kick off our first console application, as follows:
mkdir foggylinecd foggylinecomposer require symfony/console
Running this command triggers the following output:

Upon completion, Composer generates the following structure within our foggyline directory:
All it takes for us now is to create an application entry file, ...
Read now
Unlock full access