September 2016
Intermediate to advanced
1091 pages
21h 41m
English
We start of by creating a new module called Foggyline\CustomerBundle. We do so with the help of console, by running the command as follows:
php bin/console generate:bundle --namespace=Foggyline/CustomerBundle
The command triggers an interactive process asking us several questions along the way, as shown in the following screenshot:

Once done, the following structure is generated for us:

If we now take a look at the app/AppKernel.php file, we would see the following line under the registerBundles method:
new Foggyline\CustomerBundle\FoggylineCustomerBundle() ...
Read now
Unlock full access