In this tutorial, I will guide you step by step on How to Deploy Laravel to Digital Ocean so that you can push your local laravel project to the cloud. We will...
It’s that time of the year again, and over the next few days, there will be some awesome deals in all sorts of areas — retail and tech especially. As a Lar...
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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...
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...
Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...