Download the PHP package julianstark999/laravel-model-iid without Composer
On this page you can find all versions of the php package julianstark999/laravel-model-iid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download julianstark999/laravel-model-iid
More information about julianstark999/laravel-model-iid
Files in julianstark999/laravel-model-iid
Package laravel-model-iid
Short Description Add an internal ID to your Eloquent Model
License MIT
Homepage https://github.com/julianstark999/laravel-model-iid
Informations about the package laravel-model-iid
Add an internal ID to your Eloquent Model
This Laravel package provides the functionality to have an internal ID (displayable in the UI), that's unique in the scope of a relationship
Installation
You can install the package via composer:
Usage
Model
Migration
Commands
iid:generate
The iid:generate
command generates missing iid for existing models
iid:init
The iid:init
command initializes the iid for existing models by using the id column
Recommended using if you already use the id
column for display
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Julian Stark
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-model-iid with dependencies
illuminate/console Version ^8.0
illuminate/database Version ^8.0
illuminate/support Version ^8.0
spatie/laravel-package-tools Version ^1.1