Latest Laravel/PHP Articles

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


This is part 2 of a 2-part series. If you haven’t already, I’d check out my previous post, as I gloss over some fundamentals in this post for the sake of brevit...
Parts Pod Lifecycle Parts Symfony What will we discuss? The Symfony Messenger is great as described in Part 1. But what if you would like to run the worker proc...
These and similar questions come to appear when you look for a job. The IT market says it needs more senior developers. I think there is more than enough. What...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Laravel’s API resources are a transformation layer that sits between your Eloquent models and the JSON responses returned by your API.
Many To Many (e.g. User can win multiple Trophies and each trophy can belong to many Users) Now in Trophy model class, define users relationship.
Laravel’s form requests are custom request classes that contain validation logic. To use them, you just have to type-hint the form request on your controller me...
With this post I will show you how to implement a command line interface to report and retrieve weather forecast in a specific location. As user I can launch a...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Sometimes, it’s handy if we have an ability to create property and method names from another properties just like what we have in JavaScript. In another words,...
For Laravel 7, we got nice refreshed looks for the mail markdown templates. The mailable feature of Laravel is one of the coolest features and the new designs l...
In a previous post, we looked at session handling with DynamoDb in Laravel 5 using the Jam package. At the end, we mentioned that in the Laravel 5.8 release it...
We have two things brand new Laravel 7 things to cover in this episode related to query casts. The first is the new ability to have a dedicated class for databa...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
On February 29 2020, Let's Encrypt discovered a bug affecting millions of issued SSL certificates. These certificates will be revoked on March 4th. You can read...
If you are developing with Laravel, for sure you used Eloquent many times. At Weap we are great fans of the simple and beautiful syntax offered by Eloquent. By...
Laravel 7 is pretty much upon us (scheduled for release on 3rd March) and brings a bunch of awesome new features & improvements. One of these ones I’m most look...
Stubs are an integral part of developing in Laravel. For Laravel 7, we have a new command that allows you to publish those assets to your project. This will all...