Hey hey, From my LaravelDaily.com[NEW COURSE] Laravel Project: From Start to Finish
laraveldaily.com
Welcome to this course about the processes of creating a Laravel project. The goal here is not the code. It's about everything we need to do AROUND the code. We will discuss GitHub branches/issues/actions, tools like Pest, Pint and Larastan, deployment with Laravel Forge, and more. From my YouTube ChannelSuccessful Laravel Project: THE PROCESS (Part 1)
www.youtube.com
The course above: short YouTube "summary" version. There are many videos on how to code Laravel projects, but not enough content about the processes AROUND the code. GitHub branches, issues, PRs, Automated tests, Tools for quality check, CI/CD with GitHub Actions, and more. Laravel Controller Review: 3 Humans vs 4 AI Assistants
www.youtube.com
We performed an experiment with refactoring a Laravel Controller. Three different opinions in our own team, and then four AIs: ChatGPT (OpenAI), Claude AI, GitHub Copilot and CodeRabbit. Laravel Sign In with QR Code using Livewire
www.youtube.com
A demo project: one possible implementation of multiple sessions, activating a new session by scanning a QR Code. Two Questions: Using AI Assistants and Changing Languages
www.youtube.com
I received a few questions in the comments, and decided to just answer them in this video. From Laravel CommunityLaravel Black Friday Deals
laravel-news.com
It’s that time of year again. You can save massive amounts of money on everything from training courses to complete Laravel applications. This year, we’ve compiled a list of all the hot sales from our partners and listed them below. Over 290 Laravel/PHP tips I've collected so far
www.reddit.com
Tips from @OussamaMater collected into one GitHub repository. Matt Stauffer - What to do after `laravel new` - Laracon AU 2024
www.youtube.com
Join Matt Stauffer as he delves into what to do after running `laravel new` at Laracon AU 2024! Learn how to efficiently set up Laravel projects, discover idiomatic Laravel practices, and streamline your development processes today. What Are Laravel Service Providers 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 Service Providers—the foundation of Laravel's bootstrapping process. Scheduled Task Groups, Without Parents & Creating Models Quietly
www.youtube.com
What's new in Laravel is back! We share new features of the Laravel framework every week Be a better developer with these Git good practices
dev.to
If you're a developer, you probably use the versioning system called Git on a daily basis. The use of this tool is crucial for the development process of an application, whether working in a team or individually.
Hey! You like my curated weekly Laravel links?
Check out my Laravel courses! Have one GitHub Action trigger another
masteringlaravel.io
Aaron has documented a helpful GitHub action we use for merging from a long-running development branch into production, all within the GitHub UI. This saves us time from having to either open and immediately merge a PR or run commands locally. Configuring (and viewing!) logs in Laravel
aaronfrancis.com
Laravel is a flexible, modern, powerful PHP framework, and its logging system is no different. From simple file-based logging to more advanced setups with Laravel Telescope, Pail, or Sentry, we're going to walk through all the ways you can configure and optimize logging in Laravel. Handling Default Values in Laravel Request using mergeIfMissing
laravel-news.com
When building web applications, dealing with optional inputs and providing default values is a common task. Laravel simplifies this common task with the mergeIfMissing method available on the request object. When would you use an enum?
masteringlaravel.io
I like establishing general rules for how I structure and write code. It guides me as I go about my work, keeps my code consistent, and also saves me from making a bunch of tiny decisions over and over. Deploy Laravel Project with GitHub Actions CI/CD Workflow
nabilhassen.com
In this guide, you’ll learn how to set up a deploy script for your Laravel project and integrate it seamlessly with a GitHub Actions workflow. Access Request Data Fluently in Laravel 11.34
laravel-news.com
This week, the Laravel team released v11.34, with a Request::fluent() method, a Number spellOrdinal() helper, conditional route definitions, shorthand fakes for HTTP responses, and more. See Pull Request #53661 for more details. Efficient Large Dataset Handling in Laravel Using streamJson()
laravel-news.com
When working with substantial datasets in Laravel applications, sending all data at once can create performance bottlenecks and memory issues. Laravel offers an elegant solution through the streamJson method, enabling incremental JSON data streaming. Reservable models in Laravel
aaronfrancis.com
As I'm in the process of rebuilding my personal site, I'm orchestrating a lot of 3rd party services. Pulling videos down from YouTube. Transcribing audio. Asking OpenAI for summaries of the transcripts, etc. I rely on Eloquent's scopes a lot to figure out what needs to be done. Filament Form Builder - Common Errors to Avoid
filamentphp.com
As a member of the Filament community, I frequently respond to questions and issues raised in Filament Discord and Filament GitHub discussions. Many of these involve common mistakes that developers make while building forms in Filament. Why Inertiajs is a great stack to build modern web apps
www.reddit.com
Laravel is my goto framework for backend development. And I really enjoy Javascript for frontend stuff using Vue or even React. Make 5x faster outbound requests in Laravel
aaronfrancis.com
Laravel Octane is well-known for speeding up your app by booting it once and serving multiple requests from that same booted application. We're not here to talk about that. That's it for this week, see you in the next newsletter issue! |