This package provides a set of helper functions to streamline common tasks in Laravel applications. It includes datatables, encryption, and output standartization features.
You can install the package via Composer:
composer require labkito/laravel-helperTo generate the necessary template files, run the following Artisan command:
php artisan labkito-helper:installThe datatable() helper simplifies building dynamic, server-side DataTable responses in Laravel.
It supports filtering, searching, ordering, pagination, custom response mapping, and optional encryption — all in one call.
The encryption() helper offers easy-to-use functions for encrypting and decrypting data, ensuring that sensitive information is securely handled.
The output() standartization helper helps maintain consistent response formats across your application, making it easier to handle API responses and error messages.