Supercharge Your Laravel Projects: Real AI Coding with Laravel Boost! https://laravel-news.com/supercharge-your-laravel-projects-real-ai-coding-with-laravel-boost
Laravel News
Supercharge Your Laravel Projects: Real AI Coding with Laravel Boost! - Laravel News
Excerpt: Discover how Lateral Boost is transforming AI-assisted coding for Laravel developers. In this hands-on walkthrough, I explore the setup, features, and real-world benefits of this new open-source tool—showing how it brings smarter, context-aware code…
❤7💩4👌1
Efficient Context Management with Laravel's Remember Functions https://laravel-news.com/context-remember
Laravel News
Efficient Context Management with Laravel's Remember Functions - Laravel News
Optimize Laravel Context management with remember() and rememberHidden() functions. These closure-based methods eliminate verbose conditional patterns while providing efficient request-scoped memoization for expensive computations and sensitive data handling.
❤3
Sentry Adds Logs Support for Laravel Apps https://laravel-news.com/sentry-adds-logs-support-for-laravel-apps
Laravel News
Sentry Adds Logs Support for Laravel Apps - Laravel News
Sentry has rolled out a new Logs feature, allowing you to capture and aggregate application logs alongside your errors.
👍7🔥1
Creating Dynamic Real-Time Features with Laravel Broadcasting https://laravel-news.com/dynamic-real-time-broadcasting
Laravel News
Creating Dynamic Real-Time Features with Laravel Broadcasting - Laravel News
Transform your Laravel applications with real-time broadcasting capabilities. Create dynamic user experiences through instant updates, presence channels, and collaborative features that eliminate the need for manual page refreshes.
❤3👍3
Laravel Devtoolbox: Your Swiss Army Knife Artisan CLI https://laravel-news.com/laravel-devtoolbox
Laravel News
Laravel Devtoolbox: Your Swiss Army Knife Artisan CLI - Laravel News
Swiss-army artisan CLI for Laravel — Scan, inspect, debug, and explore every aspect of your Laravel application from the command line.
👍6❤5
Copy Errors as Markdown to Share With AI in Laravel 12.25 https://laravel-news.com/laravel-12-25-0
Laravel News
Copy Errors as Markdown to Share With AI in Laravel 12.25 - Laravel News
Laravel v12.25.0 is out with a Copy as Markdown button on the error page, allowing you to conveniently share error details with AI agents and LLMs.
❤6💯1
Preserving Data Integrity with Laravel Soft Deletes for Recovery and Compliance https://laravel-news.com/soft-deletes
Laravel News
Preserving Data Integrity with Laravel Soft Deletes for Recovery and Compliance - Laravel News
Implement Laravel soft deletes to preserve data integrity while enabling logical deletion. This powerful feature supports compliance requirements, audit trails, and data recovery scenarios without permanent data loss.
❤4
Quickly Generate Forms based on your Eloquent Models with Laravel Formello https://laravel-news.com/laravel-formello
Laravel News
Quickly Generate Forms based on your Eloquent Models with Laravel Formello - Laravel News
A Laravel package for generating Bootstrap 5 forms based on models.
❤3
Building Cross-Platform Alerts with Laravel's Notification Framework https://laravel-news.com/cross-platform-notifications
Laravel News
Building Cross-Platform Alerts with Laravel's Notification Framework - Laravel News
Streamline cross-platform messaging in Laravel applications using the notification framework. Send consistent alerts via email, database, and external services through a unified API that adapts to user preferences.
❤4😱1
Add Notes Functionality to Eloquent Models With the Notable Package https://laravel-news.com/add-notes-functionality-to-eloquent-models
Laravel News
Add Notes Functionality to Eloquent Models With the Notable Package - Laravel News
Notable is a Laravel package that adds polymorphic note functionality to any Eloquent model. It allows you to attach notes/comments to models with creator tracking, timestamps, and powerful query scopes.
🔥7
Log Outgoing HTTP Requests with the Laravel Spy Package https://laravel-news.com/laravel-spy
Laravel News
Log Outgoing HTTP Requests with the Laravel Spy Package - Laravel News
The Laravel Spy package is a lightweight package to track and log outgoing HTTP requests in your application. It features a zero-config way to log all requests made with the Laravel HTTP client, useful for debugging and monitoring external API calls made…
❤5
Laravel's Enhanced String Validation with Inverse Methods https://laravel-news.com/str-startswith-endswith
Laravel News
Laravel's Enhanced String Validation with Inverse Methods - Laravel News
Simplify Laravel string validation using doesntStartWith() and doesntEndWith() methods. These inverse methods eliminate confusing double negatives, creating more readable validation logic for content filtering and input sanitization.
❤2🤣1
Password Strength Estimator Validation in Laravel https://laravel-news.com/password-strength-estimator-validation-in-laravel
Laravel News
Password Strength Estimator Validation in Laravel - Laravel News
The Laravel Zxcvbn package is a validation rule that estimates password strength using a PHP port of Dropbox's JS package. It considers using user inputs as well to determine a score for password guessability.
👍5
Using SQLite in production with Laravel https://laravel-news.com/using-sqlite-in-production-with-laravel
Laravel News
Using SQLite in production with Laravel - Laravel News
Learn how to use SQLite effectively in Laravel apps. This guide covers WAL mode, busy timeouts, Eloquent casts, and transaction pitfalls. Plus workarounds for avoiding SQLITE_BUSY errors until PHP 8.5 improves SQLite support.
😁3🥴3🔥2😱1
Heartbeat Collection Method in Laravel 12.26; Wayfinder Now in React and Vue Starter Kits https://laravel-news.com/laravel-12-26-0
Laravel News
Heartbeat Collection Method in Laravel 12.26; Wayfinder Now in React and Vue Starter Kits - Laravel News
The Laravel team released version 12.26.0 this week, adding a withHeartbeat() method to Lazy collections, along with the latest framework updates. Additionally, the Laravel Vue and React starter now include Wayfinder.
❤4
Optimizing Laravel Livewire Performance with Computed Properties https://laravel-news.com/livewire-computed
Laravel News
Optimizing Laravel Livewire Performance with Computed Properties - Laravel News
Enhance Laravel Livewire performance using computed properties with caching. The #[Computed] attribute prevents expensive re-calculations by intelligently caching method results, supporting persistent and global caching strategies for optimal application…
❤4👍1👎1
Smart Cache Package for Laravel https://laravel-news.com/smart-cache-package-for-laravel
Laravel News
Smart Cache Package for Laravel - Laravel News
The SmartCache package for Laravel by Ismael Azaran is a caching optimization package designed to enhance how your application handles data caching.
🔥3
Streamlining Application Automation with Laravel's Task Scheduler https://laravel-news.com/task-scheduler
Laravel News
Streamlining Application Automation with Laravel's Task Scheduler - Laravel News
Automate Laravel applications efficiently using the Task Scheduler. Replace traditional cron jobs with expressive scheduling methods that support complex timing, environment controls, and sophisticated execution management for reliable background processing.
❤3
A Fluent Path Builder for PHP and Laravel https://laravel-news.com/a-fluent-path-builder-for-php-and-laravel
Laravel News
A Fluent Path Builder for PHP and Laravel - Laravel News
LaraPath is a secure, fluent path builder for PHP, featuring sanitization strategies and Laravel integration for version 11+.
❤7
Enhanced Queue Job Control with Laravel's ThrottlesExceptions failWhen() Method https://laravel-news.com/throttlesexceptions-failwhen
Laravel News
Enhanced Queue Job Control with Laravel's ThrottlesExceptions failWhen() Method - Laravel News
Laravel's ThrottlesExceptions middleware now includes the failWhen() method, providing enhanced job failure control. Unlike deleteWhen(), this method marks jobs as failed while stopping job chains and preserving failure information for debugging.
👍3❤1