Latest Laravel/PHP Articles

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


As developers, we should always be striving to learn new methods to reduce the number of bugs in our code. class User { public static function create( string $f...
In this tutorial we're going to change a string of words to be camel-cased. You can do this by using the below regex to select all the matched parts of the stri...
In this article, I will show you how to perform Job chaining in laravel. For this example, I am uploading an excel file with thousands of rows. Laravel queue wi...
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.
Consultant, Software Engineer, Technical Writer, and Community Advocate
Out of the box, Filament provides a tonne of components that you can use in your application. Let's look at how I built a DescriptionList component for one of m...
In this post, I am going to explain about login with Magic Link in LARAVEL 9. To make password less login with Magic Link, we are going to us https://github.com...
In this post, I am going to explain about login with Magic Link in LARAVEL 9. To make password less login with Magic Link, we are going to us https://github.com...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Many Mailtrap users create their apps with PHP and the vast majority of them choose Laravel. However, we still observe numerous questions on sending emails with...
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.
Receiver is a drop-in webhook handling library for Laravel. Webhooks are a powerful part of any API lifecycle. Receiver aims to make handling incoming webhooks...

blog.laravel.com

Vapor: Managing DNS
Vapor is a serverless deployment platform for Laravel that strives to making deploying and scaling your Laravel project easier than ever. In this post, we'll di...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
KPHP is a PHP compiler. It compiles a limited subset of PHP to a native binary running faster than PHP. KPHP wouldn't compile just any random PHP code:...
This is continuity form the previous post https://dev.to/nasrulhazim/laravel-scout-create-a-single-api-endpoint-for-searching-purpose-only-1bj4. I was asked if...
Today, I had a request, to improve how searching should work in the application which my team currently working on. The searching mechanism that implemented at...
Create a folder named api in routes Copy routes\api.php into the api folder Rename api.php to v1.php Route::prefix('api') ->middleware('api') ->namespa...