All writing

Cutting container resolution calls in Laravel Permission

LaravelSpatiePerformanceOpen source

I improved the performance of the Laravel Permission package by reducing unnecessary container resolution calls. This reduces overhead and speeds up the package's operations, making permission handling faster and more efficient.

This is a significant improvement for applications with complex permission structures or heavy use of the package, ensuring it remains fast even at scale.