osd / l4lhelpers
Reusable Laravel helpers and utils
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/osd/l4lhelpers
Requires
- php: ^8.1
- intervention/image: ^3.11
README
The l4lhelpers package provides a collection of reusable helper functions to simplify common tasks in Laravel applications. Designed to save developers time and improve code readability, this package is ideal for Laravel projects that require streamlined utility functions.
Installation
The package is available on Packagist. You can install it via Composer:
composer require osd/l4lhelpers
Usage
Once installed, the l4lhelpers package is ready to use in your Laravel application. The package includes various helpers that you can utilize immediately.
Example
You can call individual helper functions for specific tasks. Refer to the documentation or code for detailed usage examples.
Requirements
- PHP 8.0 or newer
- Laravel 9.0 or newer
Contributing
Contributions are welcome! If you have ideas for additional helper functions or improvements, feel free to fork the repository and submit a pull request.
- Fork the repository.
- Create a new branch.
- Commit your changes.
- Open a pull request.
License
This project is open-source and available under the MIT License.
Support
If you encounter any issues while using l4lhelpers, please open an issue on GitHub.
Thank you for using l4lhelpers! We hope it makes your Laravel development quicker and easier.