laravel-increment-ids maintained by vlfesko
Description
A package to generate increment ids for models for Laravel
Author
Last update
2025/07/03 08:06
(dev-main)
License
Downloads
0
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