The Saloon package for PHP released version 2, rebuilt from the ground up with faster concurrency, retries, HTTP client agnostic design, solo requests, and more:Namespace changes (i.e., SaloonRequest -> Request)Decoupling Guzzle from the Saloon V2 PackageImproved developer experienceConnector-first designNew Middleware pipelineRequest...
02 March, 2023
Ban Users and IPs in Your Laravel App With Banhammer
Programing Coderfunda
March 02, 2023
Laravel, Packages, php
No comments
Banhammer for Laravel offers a simple way to ban any Model by ID and IP; it also allows blocking requests by IP addresses. Once your application bans users, you can use the provided middleware to prevent banned users from accessing certain parts of your application.Once you install this package, you can quickly ban models via the package's Bannable trait:namespace...