Latest Laravel/PHP Articles

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


Laravel-promocodes is an awesome coupon and promotional code generator for Laravel. The current release is for Laravel 9.x and PHP 8.1. It's completely rewritte...
Singleton is a design pattern that lets you ensure that a class only has one instance, while also allowing you to have global access to the single object. Think...
As applications grow and evolve, even sending an email to a user can become a complex business process that spans days or weeks. In addition, many Laravel apps...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Another pet project: cafés and co-working spaces in sunny Cyprus. There are numerous cafes, coffee houses, taverns, restaurants, and bars on the island, but not...
This article will show how to get the current week's records in MySQL query. We often get the current week's records or fetch this week’s records for reporting...
https://dev.to/halimdirgantara disclaimer: This article is taken from https://medium.com/@halimdirgantara/generate-automatic-permission-names-from-routes-with-s...
Below example is of checking Order Status from Shiprocket and updating it in the database hourly. Execute the below command: php artisan make:command OrderStatu...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In this article, we will see how to get current month records in MySQL query. For getting data for the current month in MySQL we use the month() function.

nico.orfanos.dev

Nico Orfanos
Since I was a kid I always admired how smart the Google search engine was. Actually searching is one thing I love about technology. When I am in a big store and...
Laravel Workflow is a Durable workflow engine that allows users to write long-running persistent distributed workflows (orchestrations) in PHP powered by Larave...
Using Envoyer’s heartbeats to ensure your queues are running 1 week ago I love dispatching jobs to queues. Once this code deploys to production, you ha...
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.
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
Sometimes we need to check the current URL of requests in our application. Either we need to check the complete path or a specific string of current URL. It can...
Cjmellor/rating is a Laravel package that allows for ratings to be added to a Model Imagine you have a Recipes Model and want your users to rate your culinary d...
What is AI (Artificial Intelligence)? Artificial intelligence (or AI for short) involves using computers to do things that would generally need human intelligen...