Latest Laravel/PHP Articles

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


In Part-27 of the Laravel 9 Tutorial to create a Multi-Vendor E-commerce Website in Laravel, we will continue working on the Sections module. In this video, we...
In this tutorial, we will see laravel whereMonth and whereYear example. whereMonth and whereYear are used to get month and year data from specific date field co...
I've been working and experimenting a lot lately with Carbon, the sublime PHP date and time utility library. I've tweeted a lot of Carbon tips and decided to co...
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.
I found this wonderful article https://laravel-news.com/laravel-livewire-tips-and-tricks that contains a lot of tips, specifically 14 tips that will help you In...
Laravel Query Scope is one of my favorite feature and its the one that I use extensively as it helps to keep code clean and make it more readable. Let's suppose...
Recently I tweeted about using Service Container to create an Object instead of using the new Keyword and it led to a lot of questions. Below is an example. If...
How relevant it is to use laravel + react (via laravel-mix) in 2022? Pros & cons of using this setup vs using proper frontend backend setup.
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.
You use real-time communication every day. It is the simultaneous exchange of information between a sender and a receiver with almost zero latency.
Hola Developers ! VS code is the free alternative to *phpstorm * and there is more than one extension that facilitates the code process and is characterized by...
Sometimes, you may want to make sure that multiple types of resources are available at a same root wildcard path on your applications website.
A super nice way to go about this, thanks to Philo. Cool stuff! Stay up to date with all things Laravel, PHP, and JavaScript.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
What is .env? Its environment variables file. In simple terms, it is a variable text file. In this file we set a variable with a value that you wouldn't want to...
Let's get started quickly I found new things in Laravel 9.8 Released I wanted to share with you.
In this tutorial, we will see laravel whereDate and whereDay example. As you all know laravel provides many inbuilt functionalities like query builder, eloquent...
When you’re working with dates in Laravel, chances are high that you might have done it with this library called Carbon. Carbon is a great library that makes wo...