Looking to hire Laravel developers? Try LaraJobs

laravel-increment-ids maintained by vlfesko

Description
A package to generate increment ids for models for Laravel
Last update
2025/07/03 08:06 (dev-main)
License
Links
Downloads
0

Comments
comments powered by Disqus

Laravel IDE Helpers Generator

This package provides a convenient way to generate IDE helper files for Laravel projects. It wraps the functionality of barryvdh/laravel-ide-helper into a single, easy-to-use Artisan command.

Features

  • Generates meta files for better IDE integration
  • Updates model files with property and method information
  • Adds Eloquent helper to the Eloquent\Model class

Requirements

  • PHP 7.3 or higher
  • Laravel 8.0 or higher

Installation

You can install the package via Composer:

composer require your-vendor/your-package-name