Hey hey, From my YouTube ChannelSuccessful Laravel Project: THE PROCESS (Part 2)
www.youtube.com
In this video, we will talk about tools and processes for GitHub Actions, Pint, Larastan and Laravel Forge. 12 Laravel Tips in 8 Minutes: November 2024
www.youtube.com
A monthly tradition of the most valuable tweets for that month. Wave v3: Laravel SaaS Starter Kit with TALL Stack
www.youtube.com
An unbiased review of the new Wave, with our own demo project created with it. Multi-Step Form with Vue Inertia and Laravel Breeze
www.youtube.com
Our approach to create a three-step form with Vue and Inertia. Most Devs are Hired NOT to Create New Software
www.youtube.com
I think we live in a bubble of shiny new projects we're starting from scratch, with whatever shiny tech-stack we prefer. The reality is different. From Laravel CommunityLaravel Actions: The Secret Sauce
www.youtube.com
let’s gooo! today i’m chatting about my fave programming pattern: actions! catch it live 5 Must-Haves in My Laravel AppServiceProvider
www.youtube.com
hey everyone! check out my video on the 5 things i always do in my AppServiceProvider class! What Are Laravel Facades and How Do They Work? | Learn Laravel The Right Way
www.youtube.com
In this episode of Learn Laravel The Right Way, we explore Laravel Facades—what they are, how they work, and why you might use them. Fake Storage Count, HTTP Shorthand & Spell Ordinal Number Helper in Laravel 11.34
www.youtube.com
What's new in Laravel is back! We share new features of the Laravel framework every week How to define Rate Limiters in a Laravel 11 Application
www.youtube.com
In this video we’ll learn about rate limiter and how to implement in Laravel. It is an essential skill to building secured Laravel applications. Security Tip: Scoping Bindings
securinglaravel.com
If you use Laravel’s Implicit Route Bindings, you’ll most likely end up with a route that looks like this...
Hey! You like my curated weekly Laravel links?
Check out my Laravel courses! Dockerizing a Laravel application
computersciencesimplified.substack.com
In this article, I'm going to show you how to dockerize an application. Dynamically build Mail, DB, and Cache configurations in Laravel
amitmerchant.com
Usually, when working with things that require configuration, such as databases, caches, and mailers, you have to define them in their respective configuration files beforehand. So, for instance, you need to define all the mailers for your application in the config/mail.php file like so. vormkracht10/laravel-mails
github.com
Keep track and view all sent emails in Laravel and get notified when something is wrong. 5 Practical Use Cases for Laravel defer() Function
saasykit.com
In modern web development, speed and responsiveness are king. A slow-loading website or application can be the difference between user satisfaction and frustration. Building Maintainable PHP Applications: Value Objects
davorminchorov.com
Have you ever worked on a project where part of the service class or a command handler class had at least one or more validation checks before executing the main code that was supposed to be executed? What are the pros and cons of Livewire?
www.reddit.com
For the last ten years I've been mostly working on the backend, with the occasional dip into vanilla JS or jQuery, with attempts at learning both Reac Security Tip: strip_tags() Won't Save You from XSS!
securinglaravel.com
XSS doesn't just hide in script tags - it sneaks in through HTML attributes, links, and even inline styles! Don't rely on functions like strip_tags() to keep you safe... Managing Large Datasets in Laravel with LazyCollection
laravel-news.com
When processing extensive data in Laravel applications, memory management becomes critical. Laravel's LazyCollection provides an efficient solution by loading data on demand rather than all at once. Let's explore this powerful feature for handling large datasets effectively. Handling Geospatial Data with Laravel Magellan
laravel-news.com
Geospatial data is important in many applications, from mapping services to ride-sharing apps and even logistics. How to Set Up Google Authentication in Laravel Applications
www.freecodecamp.org
In this tutorial, I’ll guide you through the steps of implementing Google Authentication in a Laravel application. We’ll go from setting up the Google API credentials to configuring Laravel’s Socialite package. php artisan cache:clear - What it DOES and what it does NOT?
nabilhassen.com
In one of my recent blog posts published last week, there was some misunderstanding about what certain Laravel Artisan commands do behind the scenes. In that blog post, I shared an opinionated, custom Laravel deployment script that included the following two commands in this order: Get Xdebug Working With Docker and PHP 8.4 in One Minute
laravel-news.com
Xdebug has a history of having a steep setup learning curve. I am here to show you that setting up Xdebug doesn't have to be painful. In fact, I am confident that you can start using Xdebug with Docker in about a minute. We will demonstrate the setup with Laravel, PHP 8.4 and Xdebug v3.4. Transform strings using Str::replaceMatches in Laravel
www.yellowduck.be
The replaceMatches method also accepts a closure that will be invoked with each portion of the string matching the given pattern, allowing you to perform the replacement logic within the closure and return the replaced value: A day with Laravel - #040
adaywithlaravel.substack.com
I am proud to present a new "A Day with Laravel" issue. How are people handling advanced image handling in Laravel sites?
www.reddit.com
I’ve been surprised that I haven’t seen much discussion around using imagesets in Laravel. Do you use cursor.sh with Laravel?
www.reddit.com
I've been a phpstorm user for several years now, but I'd like to know if some people use VScode or cursor.sh as an IDE with Laravel ? That's it for this week, see you in the next newsletter issue! |