Helpers
Helpers stats
- Downloads
- 30.2M
- Stars
- 725
- Open Issues
- 0
- Forks
- 39
Provides backwards compatibility for helpers in the latest Laravel release.
Laravel Helpers Package Summary
The Laravel Helpers package is designed to provide a backwards compatibility layer for Laravel 5.8 helper functions in newer versions of Laravel. It ensures that developers can use traditional helper functions without refactoring code when upgrading to the latest Laravel releases.
Key Features
- Backwards Compatibility: Enables the use of Laravel 5.8 helper functions in newer Laravel versions.
- Ease of Use: Seamlessly integrates with existing Laravel applications, requiring minimal setup.
- Documentation: Detailed documentation available, mirroring the methods on Laravel's
ArrandStrclasses.
Installation
To install the package, run the following command using Composer:
composer require laravel/helpers
Usage
Once installed, you can continue using Laravel 5.8 helper functions in your application as you normally would. No additional setup is required beyond installation.
Additional Information
- Contributions: While new helper additions are not accepted, contributions to the existing codebase are welcome as per the Laravel contribution guide.
- Code of Conduct: Participants are expected to adhere to the community Code of Conduct.
- Security: For reporting security vulnerabilities, refer to the security policy.
- License: The package is open-sourced under the MIT license.
This package is ideal for developers looking to maintain legacy functionality while leveraging the latest features and improvements of Laravel.