entrust
entrust copied to clipboard
Role-based Permissions for Laravel 5
## Refactor for Clarity, Safety, and Maintainability ### Structural Improvements - Broke down complex logic into smaller, well-defined methods - Introduced helper methods to normalize input and convert data types...
## Refactor and Cleanup for Better Maintainability ### Structure - Split the `handle()` method into smaller, single-responsibility methods - Grouped related methods together for better logical flow ### Readability -...
## Key Improvements ### Better Code Structure - Split large methods into smaller, single-responsibility methods - Grouped related methods together for better organization ### Modern PHP Features - Used arrow...
Allow user to choose the Laravel cache store used for caching. As Laravel's tagged cache implementation doesn't seem to work well with certain cache stores (like Redis), a user should...
Bumps [nesbot/carbon](https://github.com/CarbonPHP/carbon) from 3.8.0 to 3.8.4. Release notes Sourced from nesbot/carbon's releases. 3.8.4 Complete commits list: https://github.com/CarbonPHP/carbon/compare/3.8.3...3.8.4 Summary: Validate locale earlier Commits 129700e Validate locale earlier f01cfa9 Merge pull request...
Bumps [symfony/process](https://github.com/symfony/process) from 7.1.3 to 7.1.7. Release notes Sourced from symfony/process's releases. v7.1.7 Changelog (https://github.com/symfony/process/compare/v7.1.6...v7.1.7) security symfony/symfony#cve-2024-51736 [Process] Use PATH before CD to load the shell on Windows (@nicolas-grekas) bug...