Latest Laravel/PHP Articles

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


A Test Double is an object that can stand in for a real object in a test, similar to how a stunt double stands in for an actor in a movie. As I wrote in “The im...
I’m a full-stack developer who’s building lot’s of single-page applications with Laravel and Vue, which absolutely is a great combination. However, when you’re...
Check out the fourth annual JetBrains report on the state of the developer ecosystem! This year it includes more topics than ever before, as well as insights in...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
There are lots and lots of good thoughts and stories over the internet about this. Mine is simple and greedy; I built an app to receive lots of traffic in a ver...
How to install Laravel Spark for Mac and Linux users ? Laravel Spark has a few requirements you should be aware of before installing: Before installing Spark, m...
The official Laravel documentation for Queues suggests that you ensure your worker process remains alive using "a process monitor such as Supervisor". However,...

engineering.carsguide.com.au

How to Dockerize a Laravel application
When I first was told to use Docker in my local dev environment. All I can remember is that I need to bring a container up docker-compose up and then bring it d...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
A blog on PHP, JavaScript and more Amit Merchant · June 10, 2020 · ⋆ PHP The usual way of handling the exception is by requiring the catch block to catch the ex...
Back in 2017 I wrote a Medium post title “How Do You Work in Laravel”. For example in my past article I wrote about a Service/Repository pattern, aside from tha...
Let’s checkout how to connect Symfony with Amazon SQS and SNS Services by using a Symfony component. In our case we will create a TestMessage object, that gets...
We’re focusing on SPA authentication using a simple Vue.js app. It’s really important to note that this guide has nothing to do with issuing and using tokens to...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
There’s no shortage of lectures and blogposts on “Hexagonal Architecture” these days, but many of them give a much broader view of Hexagonal Architecture than i...
Oh Dear monitors your entire site, not just the homepage. We crawl and search for broken pages and mixed content, send alerts when your site is down or slow and...
HP is leaps and bounds above where it started. It’s great for the web and it makes writing web-based applications enjoyable. If you are going to be fol...
A blog on PHP, JavaScript and more Amit Merchant · June 11, 2020 · ⋆ Laravel It’s helpful sometimes when you have a file and it doesn’t have extension attached...