Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 586 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 586 Bytes

Laravel Make Helper

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