Conference conducted at the PHP Forum 2021, I had the opportunity to present why to use Sylius without e-commerce, and also how. Through this talk you will discover the different ways to use Sylius, the different plugins available, and how
Installing Sylius
In progress…
Sylius, few spices later
Conference for the Developer Circles Lille at Euratechnologies, I’ve given a feedback about Sylius after some months of development. I have also made a presentation of the front and back office. Slides are not available.(Well, I did, but since it’s
Develop with Sylius in 40 minutes
Conference during the AFUP Day Lille 2019, I made a global presentation of the e-commerce framework Sylius. Infrastructure, fixtures, states machine, etc. you will learn some Sylius’ concepts if you read these slides. No video available because it was not
Cookies and Magento 2
Magento 2 Training : Unit 8 – Lesson B Magento has got it’s own methods to manipulate cookies. So we will not use PHP functions. Create a cookie We will create a test controller to create our cookie : app/code/Maxime/Jobs/Controller/Cookie/Testaddcookie.php
Logs and Magento 2
Magento 2 Training : Unit 8 – Lesson A You can log what you want inside the Magento logs files. You can define the level of you message : debug, warning, critical ? Let’s see how to use it with
Create a Helper with Magento 2
Magento 2 Training : Unit 7 – Lesson C Why create a Helper ? Helper can be called everywhere you want if you inject it on the wanted class. You can have “generic” method in order to avoid duplicate code.
Create a cron job with Magento 2
Magento 2 Training : Unit 7 – Lesson B Crontab setup You have to setup the crontab for the magento user, the user which has got root privileges on your server. It is not named “root” and it belong to
Configuration creation on Magento 2 admin
Magento 2 Training : Unit 7 – Lesson A On the last practical, we created the department view page. We put the list of department’s job inside. We will create a configuration to display, or not, this list. Create custom
Practical : Create job view and department view pages
Magento 2 Training : Practical 2 Before begin this practical, you must read previous lessons of the training Specifications – Create view job page – The page title will contain job’s title and department’s name – Create view department page