Ever since version 5.2, PHP has provided the amazing DateTime class that makes it a lot easier to work with dates and times. This article will provide an overvi...
Object oriented design is not trivial, and easy to get into a tangle with. Especially if you’re background was in procedural languages like C or PHP (as it was...
Although this may seem like a good idea at the beginning, I’ve already shared in several blog posts multiple reasons why a gradual improvement is much better an...
In previous story, we have done a simple setup to determined either the request is Dingo/API or normal Laravel Request. You may setup for version 2 as well, but...
PHP Programming with attitude. btw, I am programmed using PHP since aeons and I never, never see those girls on any PHP convention or technical meeting. I think...
I guarantee you that you will find not one but several little details that even if you have coded for a long time you do not know already. The firsts, are mappe...
This is the story of how we built the laravel eloquent approval package. Let me give a little bit of background to the story and explain how built this laravel...
Since you are here, I assume you already have an idea about docker and you want to find a simple docker setup for your PHP development. In this simple docker se...
This was initially written on wogan.blog, but after two rebrands and the whole Gutenberg fiasco the post completely broke, so I’m dusting it off and re-doing it...
We had to create a RESTful API for an ad platform (which we are actively developing in the last 3 years) which is currently handling around 50 millions ad event...
When Laravel dusk has come out it has made testing JS heavy frontend really easy. The test suite does test your app simply sending HTTP calls to your website lo...
Nowadays, websites should be fast, otherwise visitors will leave your website before they have seen the most important content of your website. It’s obvious, bu...
Hello, it’s been quite a long time since the last time I post in Medium. A couple of weeks back I moved to a new company and here we use Laravel for developing...