Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
You have a working Laravel website but want to add an RSS feed. In this tutorial I go though my simple solution to implement rss feed on any Laravel application...
The boot() method is used to override the default behavior of eloquent model. For example in my ecommerce application, every booking needs order_id and it is a...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
I previously wrote about how to build a task app with Laravel and Vue.js. Laravel is a PHP framework for building scalable web applications and APIs. Vue.js is...
There is always a need to send a message to users from your web application. It could be to verify details such as phone number or send a `one time password` po...
“Loading Eloquent relationship counts” is published by Freek Van der Herten
Since Laravel Nova is the fresh kid on the block, the community is still working on how to best solve things and to come up with best practice solutions. Until...