Let’s start with building a bridge between your Book class and app_book table in your database. To achieve it, I will create a Doctrine entity definition in src/AppBundle/Resources/config/doctrine/Book.orm.yml file. I do prefer using yml over annotations because…
As we are going to use a new tool, let’s start with some basic setup. Create new phpspec.yml.dist file in your AppBundle directory with the following content: suites: main: namespace: AppBundle psr4_prefix: AppBundle src_path: ….
You probably already know from the latest post that Sylius is awesome eCommerce framework. If you don’t, read this and you will 🙂 What the Behat? What makes it so special? Many factors. One of them is…
Undoubtedly eCommerce has changed a lot over the past years. Those changes also made a high impact on how online trading looks like for developers today. The more customers came into the online market, the…