murilochianfa / laravel-ipv6-patch
Fix route helper when using IPv6 to access your Laravel application.
v1.1.0
2024-11-26 15:16 UTC
Requires
- php: ^8.0
- ext-json: *
- illuminate/console: ^9.0 | ^10.0 | ^11.0
- illuminate/routing: ^9.0 | ^10.0 | ^11.0
- illuminate/support: ^9.0 | ^10.0 | ^11.0
Requires (Dev)
README
Fix route helper when using IPv6 to access your Laravel application. laravel/framework#46315
Installation
You can install the package via Composer:
composer require murilochianfa/laravel-ipv6-patch
Dependencies
- Laravel 10.0 or higher.
- PHP 8.2 or higher.
Commitment to Quality
During package development, try as best as possible to embrace good design and development practices to try to ensure that this package is as good as it can be. The checklist for package development includes:
- ✅ Be fully PSR1 and PSR4 compliant.
- ✅ Have no PHPCS warnings throughout all code.
- ✅ Include comprehensive documentation in README.md.
Testing
composer style
Security
If you discover any security related issues, please email murilo.chianfa@outlook.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.