vlfesko/laravel-increment-ids

A package to generate increment ids for models for Laravel

v0.1.0 2025-07-03 06:06 UTC

This package is auto-updated.

Last update: 2025-07-03 06:08:11 UTC


README

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