vlfesko / laravel-increment-ids
A package to generate increment ids for models for Laravel
v0.1.0
2025-07-03 06:06 UTC
Requires
- php: ^7.3|^8.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
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