This guide will make you install Xdebug on your Mac without the performance downsides, but still being able to use all the Xdebug goodnesses.
Most Debug setups...
This is the first in a series of articles which will aim to demystify some of the concepts you must get your head around if you hope to run a secure website in...
Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Laravel provides neat testing helpers for working with the filesystem –however if you run your tests in parallel, issues are inevitable. At Exposify we use the...
If you found this article you’ve been probably asking the same questions as I have, and even found my previous article about this topic. Having Vuex on the glob...
Data tables are used widely in the web applications. Data tables allow the users to scan, analyze, compare, filter, sort, and manipulate information to derive i...
I personally love Traits, exporting functions/logic that can be used by multiple classes is so awesome and clean. You get more standardized and readable code by...
Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This year Laracon AU was held for the very first time. According to what I read on Twitter Michael Dyrynda did an awesome job organising it. The organisation wa...
At Spatie we have a tv screen against the wall that displays a dashboard. This dashboard displays the tasks our team should be working on, important events in t...
At Reason Digital, we have a team of extremely talented developers who are happy to share their expertise and tips with those who are being challenged or are si...
So you’ve designed, built, tested and deployed your new application, and if all these stages have been successful, hopefully you now have an essential and popul...
In tests, enabling opcache reduces response time by 50%. You can make sure that opcache is enabled by checking phpinfo(). ※ Deployment notes when using opcache...
So in one of my Laravel projects, I have to change a char type using migration. The task was adding nullable() to existing column. After doing composer required...
Nowadays more and more applications use RESTful API instead of traditional static rendered websites with session authorization. It’s a great way of creating app...
If you’ve ever built out team management and a billing system then you already know how time consuming and painful this process is. There is so much tedious wor...