Latest Laravel/PHP Articles

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


https://raw.githubusercontent.com/composer-unused/composer-unused/main/art/logo.png A Composer tool to show unused Composer dependencies by scanning your code....
Some very exciting news today! If you're a regular reader of this blog, you know that I've been working on my https://stitcher.io/yt for the past years as a hob...
How many hours have lost debugging local jobs only to find out that you forgot to restart Horizon? Laravel Horizon Watcher package contains an Artisan command h...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
You may want to generate a QR code for various reasons. For this tutorial, I am taking a scenario where to see the user’s information one needs to scan the QR c...
I switched to https://usefathom.com/ref/HPQCFW from Google Analytics last month. In this post, I am going to review the traffic received in the months of Octobe...
Do you want to integrate the PayFast payment gateway into your application? In this article, I will show you the integration of the PayFast payment gateway usin...
A Virtual Contact Card aka vCard is used to share contact details on mobile devices. With vCard one can save details like name, contact numbers, website, email,...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
The https://laravel.com/ framework is an open-sourced PHP web framework that allows developers to create dynamic and scalable web applications. The source code...
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...