Latest Laravel/PHP Articles

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


If you write a Laravel package with Eloquent models, then it’s good practice to make them testable inside your package. Luckily, you don’t have to require Larav...
What is Continuous Integration? A development practice that is being used by software teams allowing them to build, test and deploy applications easier and quic...
In the previous chapters we looked at the three core building blocks of our domains: DTOs, actions and models.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.

stitcher.io

05. States
The state pattern is one of the best ways to add state-specific behaviour to models, while still keeping them clean. This chapter will talk about the state patt...
You may be wondering how VueJS and Laravel could have anything to do with each other.
Laravel Collections is one of the most powerful features of Laravel. Basically, collections are PHP arrays but it’s an Object Oriented approach to deal with PHP...
If you didn’t noticed some weeks earlier, I wrote a piece praising Laravel Signed Routes and stated why you should use them for everything, even to feed your do...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
PHP typehints were introduced in PHP 5. Ever since, they have grown in features and usage. Where are we at the moment ? We scanned the Open Source community rep...
This package provides a notification channel for the Laravel framework that works with Nexmo’s voice API, allowing text-to-speech phone calls. It also provides...
Contact Form 7 is a great plugin and almost our choice all the time when we need to send a form. Because it is so popular and reliable, we can access a lot of p...
Topics: in this episode I wrap up my reflections on building the Laravel ecosystem with a discussion on clear writing, a commitment to quality, and having a low...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
The PHP team is glad to announce the sixth release candidate of PHP 7.4: PHP 7.4.0RC6. This continues the PHP 7.4 release cycle, the rough outline of which is s...
This tutorial / blog post will walk you through setting up and using GraphQL in your Laravel + VueJS app, along with some of the patterns and practices that hav...
Laravel Dusk is a powerful browser automation tool for Laravel. With Dusk you can programmatically test your own applications or visit any website on the intern...
PHP was really thought to live in the web environment, and as such, it has plenty of helpers and ways to make that task easy. You can include partials and compo...