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.
β€4π―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.
β€3
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.
β€2
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.
π₯4
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β¦
β€3
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.
β€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.
π1
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.
π1π₯΄1