Since PHP 7, we have brand new (or brand old) operator, called spaceship – how can it be used?
Must have apps for development in 2024: ClickUp
If you’ve been following my blog for a while, you probably already know that I’m the go-to person in my office when it comes to app recommendations.
Quick tip: How to deal with “Entity passed to the choice field must be managed.” with Doctrine?
Sometimes it is good to store form data in session – for example when working with filters, when you want to save last filters state when user gets […]
How to install pcntl PHP extension in Mamp Pro on MacOS Catalina?
Ever wanted to install pnctl extension for Mamp PRO on Catalina in 16 easy steps? If yes, read below.
Symfony: How to execute raw SQL which returns objects inside Form
Ever wanted to fetch your entities using complex query from inside you form class? Check out below.
Expected argument of type “string”, “NULL” given when using form in Symfony 4.1
Expected argument of type “string”, “NULL” given is very common question and seems to not be handled since Symfony 2
How to enable php-intl extension for php 7.1 using XAMPP on MacOS High Sierra
This may seem trivial, but in fact about 2 months ago some clever guys made changes in brew repository, so doing just: brew install php71-intl will show you […]
How to find Woocommerce products out of stock with stock greater then zero?
Sometimes, especially if you are using custom plugins to import stock data, you may find products with some stock value (greater then 0) but with stock flag set […]
How to make Woocommerce pages work with Polylang?
This can be really frustrating, you wanted your woocommerce shop running multilingual, but from cart page “Checkout” button leads to default language version? Solution is very simple, but […]