Latest Laravel/PHP Articles

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


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...
Consultant, Software Engineer, Technical Writer, and Community Advocate
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.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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:...
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.
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...
Since day one, Laravel Nova has been a powerful drop-in administration panel for your Laravel applications. In fact, Nova has received 64 releases since April....