Hey hey, From my YouTube ChannelYear Review: 7 Biggest Laravel News in 2024
www.youtube.com
What were the most important events over last year? And what actually remained important after some time? Let's recap. Laravel in 2025: 7 Things I'm Waiting For
www.youtube.com
A list of things I'm personally expecting in 2025 around Laravel ecosystem. PHP 8.4: 3 New Features That I WON'T Use
www.youtube.com
A new PHP version and my opinion about it, from the perspective of a Laravel developer. Generate Blade Tailwind Table with ChatGPT or Claude
www.youtube.com
A practical use-case of AI to help back-enders with front-end. What if You Can't Find a Dev Job for MONTHS?..
www.youtube.com
Some job searches are pretty hard and take longer than expected. I will share my thoughts about it. From Laravel CommunityLaravel v 11.28 update breaks Eloquent queries
howtotrainyourrobot.com
Laravel is generally known to be compatible from minor release to minor release, but a recent update breaks many queries and has been reported by several coders! Now such query will result in an “OR” and not an “AND” in the inner query. Integrating AI into Laravel and PHP — Using TJ's Prism
www.youtube.com
In this video, TJ Miller taught me how to use AI in Laravel and PHP. https://www.twitch.tv/enunomaduro Chatting with AI in Laravel: Remembering Conversations
www.youtube.com
In this vid, we’re building an AI chat in Laravel that remembers your past conversations. High-level architecture of my point-of-sales app (Laravel, Vue, IndexedDB, Electron & React Native)
www.youtube.com
In addition to my online food ordering app, I also developed an in-store Point-of-sales system that works on iPads, Android devices and Windows systems. In this video, I’ll be diving into the high-level architecture of this application. How to Add Custom Fields to Teams in Laravel Jetstream
www.vincentschmalbach.com
If you're using Laravel Jetstream for team management, you might want to add custom fields to your teams. However, this isn't as straightforward as you might expect. Jetstream doesn't publish its controllers to your application. Laravel Migrations: Create Custom Column Types With rawColumn
nabilhassen.com
Laravel's schema builder has a new feature released in v11.32.0: the Blueprint::rawColumn() method contributed by Jakub Potocký.
Hey! You like my curated weekly Laravel links?
Check out my Laravel courses! Access Route Model-Bound Models in Laravel Form Requests with "#[RouteParameter]"
ashallendesign.co.uk
I've recently been using the new #[RouteParameter] attribute in Laravel, and I've been really enjoying it. It solves an issue I've had with my form requests for quite a while and makes the code much cleaner, in my opinion. Security Tip: Please Stop Hardcoding Admin Domains!
securinglaravel.com
[Tip #99] Let me tell you a story about a time when a single missing character allowed me to escalate my privileges and gain admin access, despite all the protections designed to stop me! File Manager Package for Livewire
laravel-news.com
The Livewire File Manager package brings a simple, friendly, and practical file manager designed specifically for Laravel applications. This package makes managing folders and files in Livewire easy and seamlessly integrates with Laravel's ecosystem. Whisper.php - Automatic speech recognition and transcription
laravel-news.com
Speech recognition can be complex, but it doesn't have to be as Whisper.php can help to simplify the process for you. Whisper.php is a PHP wrapper for whisper.cpp, a C/C++ port of OpenAI's Whisper model. This package was created by Kyrian Obikwelu who recently released v1.0. Laravel Routing: Add Conditional Logic To Routes
nabilhassen.com
Laravel 11.34.0 introduces the famous Conditionable trait to the route management allowing to add conditional logic when defining routes with the when() method. Securing Laravel Sessions with ID Regeneration
laravel-news.com
Session security is crucial for protecting user data. Laravel provides robust session management tools, including session ID regeneration capabilities. Let's examine how to implement this security feature effectively. Avoid Duplicate Queries in Filament Closures For Eloquent Records
flanger.dev
You may run into this problem when you want to display or use additional properties from an Eloquent model, but you only have its ID. This may happen with select fields, where the model isn't fully loaded and a user may select any record. Here is a small but notable trick: URI Parsing and Mutation in Laravel 11.35
laravel-news.com
This week, the Laravel team released v11.35, which includes URI parsing and mutation, the ability to disable HTTP client exception response truncation, transforming an HTTP response to a Fluent instance, and more. Taylor Otwell contributed a Uri class for URI parsing and mutation. Managing Concurrent Requests with Laravel Session Blocking
laravel-news.com
Laravel's session blocking prevents race conditions and data inconsistencies by controlling concurrent session access. This feature ensures data integrity during simultaneous operations. Deploying serverless applications with Laravel Vapor
www.honeybadger.io
In recent years, the serverless paradigm has become known as a transformative approach to application development, allowing us to focus more on writing code and less on managing infrastructure. Generate basic Livewire components with Blueprint
github.com
This adds basic Livewire component generation to Blueprint. Launching my first laravel app, is there anything I should know about?
www.reddit.com
I got the codebase (for apps's functionality) almost ready. I wrote clean and manageable code, but I haven't done anything else. For example I have no Laravel Censor - Profanity and word filtering library for Laravel 10+
www.reddit.com
Excited to announce the release of Laravel Censor! A powerful, flexible, and production-ready content moderation package for Laravel 10+. Built with performance and extensibility in mind. That's it for this week, see you in the next newsletter issue! |