labkito/laravel-helper

A collection of Laravel helper functions (datatable, etc.)

Maintainers

Package info

github.com/LabKito/Laravel-Helper

Language:TypeScript

pkg:composer/labkito/laravel-helper

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.2 2025-10-22 07:47 UTC

This package is auto-updated.

Last update: 2026-02-24 04:34:26 UTC


README

This package provides a set of helper functions to streamline common tasks in Laravel applications. It includes datatables, encryption, and output standartization features.

Installation

You can install the package via Composer:

composer require labkito/laravel-helper

Generate Template

To generate the necessary template files, run the following Artisan command:

php artisan labkito-helper:install

Documentation

Datatable

The 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.

Encryption

The encryption() helper offers easy-to-use functions for encrypting and decrypting data, ensuring that sensitive information is securely handled.

Output Standartization

The output() standartization helper helps maintain consistent response formats across your application, making it easier to handle API responses and error messages.