algobox/laravel-make-helper

This package is abandoned and no longer maintained. The author suggests using the usmanzahid/laravel-custom-make package instead.

A package to easily create static helper classes for your Laravel application

1.0.0 2024-12-22 18:01 UTC

This package is auto-updated.

Last update: 2025-04-21 17:57:05 UTC


README

Laravel Make Helper is a package designed to streamline the creation of static helper classes in your Laravel application. It allows developers to quickly generate helper classes with a clean and structured approach, reducing the manual effort required for repetitive tasks.

Features

  • Quickly generate static helper classes with one command.
  • Organized structure for your helpers.
  • Fully compatible with Laravel 5.6 to Laravel 11.

Installation

You can install the package using Composer:

composer require usman-zahid/laravel-make-helper