vlfesko / laravel-increment-ids
A package to generate increment ids for models for Laravel
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/vlfesko/laravel-increment-ids
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