Latest Laravel/PHP Articles

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


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...
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.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Photo by https://unsplash.com/@invent on https://unsplash.com Lisez ce billet sur https://rachids.ca/blog/les-pieges-dans-laravel-les-requetes-gourmandes :) Whe...
This is how to add Tom Select package to youre laravel project #installing-tom-select Installing Tom Select Open terminal in youre laravel project and install t...
Laravel 9 Tutorial Complete Playlist:- https://www.youtube.com/playlist?list=PLLUtELdNs2ZYTlQ97V1Tl8mirS3qXHNFZ In Part-10 of the https://youtu.be/T0Xm6Xm_Dvw t...
I found this most wonderful article about how to protect our private project and not trust users in entering data and dealing with your project, I wanted to sha...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Laravel Accessors and Mutators are custom, user defined methods. Whereas, Mutators are used to format the attributes before saving them into the database. #lets...
Using traits is one of the best practices alongside OOP(Object-Oriented Programming) and [SOLID Principles] in PHP. Traits are a mechanism for code reuse in sin...
Laravel 8 has many options to use different types of databases. Sometimes, to Speed Up Our Application or Simplify Our Large-Database Application we needs to us...
Published: Mar 3, 2022 by C.S. Rhymes This article will guide you through the basics of creating your configuration for dependabot so it can correctly analyse y...