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π€£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.
π2
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.
π₯΄2π₯1π1