Latest Laravel/PHP Articles

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


"The repository pattern abstracts the data store and enables you to replace your database without changing your business code." This is the worst argument in fa...
With every new release, the Chrome team would release new features, improve the existing ones, and fix bugs. The one such origin trial that comes with the Chrom...
In this tutorial series, you will learn how to build a blog posts API with user authentication (Sign Up, Login, and Logout) and search functionalities from scra...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I have four calendars I manage on a daily basis to organize my time and schedule: Full time job When I schedule an appointment on my personal calendar, I now ne...
In this tutorial, we will see carbon add days to date in laravel. Carbon provides addDay() and addDays() method to add days on carbon date object. So,...
When working with https://reactjs.org/ components, you might end up in a situation where you would be using an event handler more than once. import React from '...
Stay up to date with all things Laravel, PHP, and JavaScript. I regularly tweet out programming tips, and what I myself have learned in ongoing projects. Every...
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.
Laravel 9 Tutorial Complete Playlist:- https://www.youtube.com/playlist?list=PLLUtELdNs2ZYTlQ97V1Tl8mirS3qXHNFZ This is the Laravel 9 Tutorial in Hindi and Urdu...
I have been working on a new Runtime for Bref for a while now and it has been my biggest open source journey so far. It has been incredibly challenging and a gr...
In this tutorial we're going to look into how we can use https://tailwindcss.com/ in your WordPress theme. If you don't already know Tailwind CSS is a highly cu...
It’s very common in the Laravel community to use SQLite in-memory for phpunit tests. However, sometimes you may need functionality that differ between MySQL and...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I needed to create a validation rule in Laravel that would accept either of the two inputs, but not both and at least one had to be supplied. The closer I could...
Say we want to display the number of users that signed up in the last years, for each month. It's not that hard to achieve but there are two little gotchas that...
Many times, especially with customizable software stacks, there are aspects or features of the software that we wish they were done differently. Fortunately, wh...
Laravel is a free, open-source PHP web framework, Created by Taylor Otwell Q. 2: What are the benefits of Laravel over other Php frameworks? Pre-loaded...