Latest Laravel/PHP Articles

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


Our choices to respect as much as possible the best practices, the SOLID principles, the Composition Over Inheritance approach and so on should never be affecte...
Sign in Tanvir Ahmed · Just now https://www.codecheef.org/article/sending-notification-via-laravel-queue-example-from-scratchAboutHelpLegal Get the Medium app

blog.laravel.com

Forge: April Round-Up
April has been a busy month at Laravel Forge. With such a feature-packed month, I thought it would be great to finish the month with a blog post highlighting so...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
The Lightning-Smart IDE for PHP Programming The second bug-fix update for PhpStorm 2021.1 is now available! You can update to it using the Toolbox App or right...
I'm the solo founder of Ymir. You can view its up-to-date business metrics, and also sign up for a newsletter where you can learn how I'm building and marketing...
Sign in · 18 hours ago This packagepretty-routes add a route:pretty command to your artisan console for pretty route output. Thanks to Alex Wulf! Posti...
Today we have released security patches via Laravel 6.20.26 and 8.40.0. These patches resolve a security vulnerability that allowed SQL injection when unfiltere...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I myself have been using bootstrap in all my projects since 2013. Boostrap has been the go-to CSS framework for most developers for a number of years, but recen...
While I was developing an API for a mobile app, I faced the issue of how I could implement a social authentication (Facebook, Google) between our mobile app and...
However, if you’re trying to swap two items of an associative array, this can be little bit more hands-on. So, in this short post, I’ll show you how you can use...
Now on Drupal 9, the community isn’t slowing down. This month, we continue our interview with Angie Byron, a.k.a Webchick, a Drupal Core committer and product m...
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.
Policies are usually built around Models to determine if a user can perform one or more CRUD/BREAD actions on a particular Model. But, gates are usually more lo...
Hello Friend, In this post we will see change date format using carbon in laravel, many time we have requirements to change date format in controller as well as...
But how to implement a real time, live-updating user interface in laravel. In order to work with real time projects in laravel you have to have a basic...