Hey hey, From my YouTube Channel4 Problems with Eloquent Soft Deletes (and Two Alternatives)
www.youtube.com
Let's talk about what may go wrong if you use Soft Deletes. ChatGPT for Laravel Devs: 9 Use-Cases You May Not Think About
www.youtube.com
We all use AI assistants for giving as the answers, but there are many more things they can help us with. Let me show you. Got a New Laravel Job? 3 Tips to Analyze Project Codebase Fast
www.youtube.com
If you're just hired to work on existing project, how can you understand the structure quickly and start delivering results? PHP Enum with Laravel Exceptions: Practical Example
www.youtube.com
An interesting use-case I found in a new package. 4 Tips for Dev Productivity (I've tried many techniques...)
www.youtube.com
Over the years I've read a lot of productivity books and tried a lot of "hacks". Until I came back to THESE basics. AnnouncementsAnnouncing Inertia 2.0 STABLE
blog.laravel.com
We're excited to announce the stable release of Inertia 2.0, bringing significant improvements to how you build software with Laravel. From Laravel CommunityWhy the Laravel Service Container is the Key to Better Dependency Management
www.youtube.com
Confused about why everyone keeps talking about Laravel's Service Container? You're not alone. Event Sourcing in Laravel: Step-by-Step
www.youtube.com
Honestly, I wish I had something like this when I first got into event sourcing! Laravel Gems - Pipelines
www.youtube.com
Learn how to leverage Laravel's pipeline pattern to write cleaner and more maintainable code. We'll demonstrate this powerful pattern through a practical example, showing you how to break down complex operations into simple, reusable steps.
Hey! You like my curated weekly Laravel links?
Check out my Laravel courses! How to Make the Most of Laravel’s Built-In Helpers | Learn Laravel The Right Way
www.youtube.com
In this episode, we look at Laravel’s helper functions and classes. We start simple with helpers like view, config, and cache and see how they can streamline our code. We then explore how to use Arr helpers to get, set, and remove array data, pick random items, and filter arrays. Laravel 11 with Inertia.Js and React.Js crash course in 2024 (NO Starter Kit)
www.youtube.com
YouTube playlist with 14 videos. Does laravel need a REAL e-commerce project like Shopify
www.reddit.com
Hi guys, do you think larevel needs a **REAL e-commerce project like Shopify** ? Sort Routes By Definition & Discover the New URI Helper in Laravel
www.youtube.com
What's new in Laravel is back! We share new features of the Laravel framework every week Managing Geolocation in Laravel Eloquent with MySQL’s Point Data Type
standaniels.nl
When it comes to storing and working with geographical coordinates (GPS-based longitude and latitude) in MySQL, many solutions you’ll find online can feel outdated. Wirechat - Laravel Livewire chat package
laravel-news.com
Wirechat is a new and powerful Laravel Livewire chat package created by Namu Makwembo that brings real-time private and group communication to your application. This package also depends on queues and web sockets using Laravel Reverb. Add Logic To Laravel Requests Conditionally
nabilhassen.com
Laravel 11.35.0 introduces a powerful addition to the Request class — support for the when() method via the Conditionable trait. This feature, contributed by Ahmet İmrak, allows developers to apply conditional logic seamlessly when working with incoming request data. Automated API documentation of Laravel API resources
laravel-news.com
API resources are an excellent way to build APIs with Laravel. They provide a transformation layer for models and the JSON returned by the API. And while you can configure how your models are represented as arrays, API resources provide a ton of tool to make that transformation more granular. Customizing Data Transformations with Laravel Casts
laravel-news.com
Laravel's custom casts enable tailored data transformations, extending beyond built-in casting capabilities to handle complex data types and business logic. Custom casts provide a clean, reusable way to handle complex data transformations while keeping your models lean and maintainable. Set Data on a Fluent Instance in Laravel 11.36
laravel-news.com
This week, the Laravel team released v11.36, which includes a chainable Fluent::set() method, a default global alias for the new Uri class, and more. For further details on setting data on a fluent instance, see Pull Request #53946. Access Laravel before and after running Pest tests
capsules.codes
TL;DR: How to access the Laravel ecosystem by simulating the beforeAll and afterAll methods in a Pest test. A sample Laravel project can be found on this Github Repository. Find out more on Capsules, X or Bluesky. Automate Localization with Laravel Auto Translation
www.reddit.com
I just released a package called Laravel Auto Translation that simplifies the process of translating your Laravel application's language files. It automates everything from scanning for translatable text to translating it using drivers like ChatGPT, Google Translate, and DeepL. That's it for this week, see you in the next newsletter issue! |