Hey hey, From my LaravelDaily.comLaravel Projects Examples
laraveldaily.com
New section on Laravel Daily website: sample demo GitHub repositories! We start with 6 FREE and 4 PREMIUM projects. From my YouTube ChannelNEW: Laravel Project Examples - 5 CRUDs with Different Stack
www.youtube.com
We look at the code of 5 projects and compare the main features of CRUDs with Blade / Vue Inertia / React Inertia / API / Livewire. Laravel CRUD: Multiple Update Forms - Separate Controllers?
www.youtube.com
What if there are multiple edit/update actions for the same Resource in Laravel? Should we add if-statements everywhere or use different Controllers? New in Laravel 11.38: Enable/Disable Middleware Per Method
www.youtube.com
Now you can enable or disable a Middleware in specific methods of your Resource Controller, directly in the Routes file, with methods middlewareFor() or withoutMiddlewareFor(). Laravel File Manager with Livewire: New Package
www.youtube.com
A very impressive easy-to-install package for file manager in your Laravel projects. AI is Taking JUNIOR Dev Jobs: What To Do?
www.youtube.com
Another angle of the question on whether AI will take our jobs. It will (and already does) take the job positions that were not even filled yet. I will give 3 pieces of advice on how to still get hired as a junior. From Laravel CommunityFluent Email Rules, Action Filters & Finally Pipeline in Laravel v11.38
www.youtube.com
What's new in Laravel is back! We share new features of the Laravel framework every week Avoid Database Cascade Deletes and Default Values – Here’s Why
www.youtube.com
Video by Nuno Maduro. How to Use Google OAuth2 with Laravel Socialite for User Authentication
www.luckymedia.dev
Integrating Google OAuth2 into your Laravel application is an excellent way to offer users a seamless login experience using their Google accounts. Laravel Socialite simplifies this process by providing a straightforward way to authenticate with various providers, including Google.
Hey! You like my curated weekly Laravel links?
Check out my Laravel courses! Laravel Best Practices
saasykit.com
In this article, we’ll explore these essential Laravel best practices, from structuring your code to optimizing database operations, ensuring your projects stay efficient and developer-friendly. Interactive Console Commands in Laravel
laravel-news.com
When building command-line tools in Laravel, one of the common challenges is handling missing or incorrect user input gracefully. Laravel's PromptsForMissingInput trait addresses this by transforming standard Artisan commands into interactive dialogues. Stillat/dagger
github.com
Dagger is a component authoring library for Laravel's Blade templating engine. Dagger components are heavily inspired by Laravel's anonymous components. Dagger's differentiating features are its compiler and expanded capabilities. Using XDebug in Laravel Sail (VSCODE)
swacblooms.com
In this article I will be writing about how I got to set up XDebug to work in my Visual Studio Code editor for both my testing environment through the terminal and for browser request. Some open-source and free Laravel SaaS Starter Kits
amitmerchant.com
If you’re looking to build a SaaS application using Laravel, you might want to consider using a starter kit. A starter kit can help you kickstart your project and save your precious time. Route Definition Enhancements in Laravel with Enum Integration
laravel-news.com
When working with route names or domains, you can now pass enum cases directly to Laravel's routing methods, streamlining your route definitions without sacrificing the benefits of enum type checking. Laravel Rewind is a Versioning Package for Eloquent
laravel-news.com
This package stores a combination of partial diffs and full snapshots of your model data. Rewind will automatically determine the shortest path between the current version, available snapshots, and your target: Manually setting the intended URL for routes in Laravel
amitmerchant.com
In Laravel, you can use the intended method on the redirect response to redirect the user back to the intended URL after they’ve been authenticated. This is usually used when the user is not authenticated and they’re trying to access a protected route. Laravel SpaceOCR: Parse Images and Multi-page PDFs in Laravel
laravel-news.com
The Laravel OCR Space package integrates with the OCRSpace API to provide a simple way to parse images and multi-page documents into JSON using Optical Character Recognition. 300+ Laravel tips are now categorized
www.reddit.com
Tons of tips (+300), now categorized as you guys requested! I highly recommend checking out the "helpers" and "validation" categories, I use most of them daily in Laravel projects, and they can save you a few lines of code (or result in refactors). How I plan on scaling my Laravel (PHP) application
medium.com
I am building 10MPage.com which captures the state of the internet in 2025. Every internet user is allowed to upload a small image of 64x64 pixels and contribute to this archive. That means you too! ;) jpcaparas/demo-laravel-api-platform
github.com
This is a demo Laravel application (running on Laravel Sail for isolation) showcasing how to build a RESTful API for managing video game collections using API Platform and Laravel. API Platform is a powerful and flexible API framework that allows you to build modern APIs in PHP with absolute ease. That's it for this week, see you in the next newsletter issue! |