Latest Laravel/PHP Articles

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


www.amitmerchant.com

Cherry picking commits in Git
I have been using Git since the start of my career (Which spans 10 years now). I have heard about this Git’s feature called cherry-pick every now and then but I...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Back in December, I made this...
Dark mode (or night mode) has been an inherently important feature that has been with all the latest operating systems. And with the rise of the dark mode incre...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Hi, I’m Valerio, founder and CTO at Inspector. As the Inspector’s cache system runs on https://redis.io/, we recently decided to move from a single Redis server...
Recently I saw a post on LinkedIn about a recruiter that is primarily working on the PHP Market asking for input on what are important factors to know about PHP...
One of the most common scenarios with modern software development is the use of https://en.wikipedia.org/wiki/CI/CD. Now, if for some reason the deployment does...
{{ $post->getSummary()}} There are no posts!
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
There are many ways using which you can group your routes in Laravel right now. Consider the following group of routes. use Illuminate\Support\Facades\Route; Ro...
https://blog.ymirapp.com/wordpress-page-caching-with-cdn/, we looked at WordPress page caching using a https://en.wikipedia.org/wiki/Content_delivery_network (C...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Not just about the release it...
There's no obvious way to define Inertia's layout property on your component when you're using Vue 3's Thanks for reading this article! Hopefully you found this...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In Laravel, when you want to update the model that already exists in the database, you would first retrieve that model, set any attributes you wish to update, a...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. That's quite a mouthful, but...
Do you want to build a Telegram bot and send notifications to the entire Telegram group or channel? It can be useful when you want to inform your Telegram group...
The previous version of this blog was getting increasingly hard to maintain. Because of this it was getting outdated very fast, to the point where I did not dar...