Download the PHP package omaressaouaf/laravel-id-generator without Composer
On this page you can find all versions of the php package omaressaouaf/laravel-id-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download omaressaouaf/laravel-id-generator
More information about omaressaouaf/laravel-id-generator
Files in omaressaouaf/laravel-id-generator
Download omaressaouaf/laravel-id-generator
More information about omaressaouaf/laravel-id-generator
Files in omaressaouaf/laravel-id-generator
Vendor omaressaouaf
Package laravel-id-generator
Short Description Generate custom incremental unique ids for Laravel
License MIT
Homepage https://github.com/omaressaouaf/laravel-id-generator
Package laravel-id-generator
Short Description Generate custom incremental unique ids for Laravel
License MIT
Homepage https://github.com/omaressaouaf/laravel-id-generator
Please rate this library. Is it a good library?
Informations about the package laravel-id-generator
Laravel ID Generator
A Laravel package for generating custom auto-incrementing IDs with prefixes, suffixes, and date-based placeholders.
🚀 Features
- Auto-increment ID generation for any column.
- Allow custom prefixes & suffixes & padding
- Supports {DATE}, {MONTH}, and {YEAR} placeholders.
📥 Installation
Install via Composer:
📌 Usage
Basic Example
Generate an ID with a prefix and suffix and padding:
Dynamic Placeholders
{DATE}
→2025-02-28
{MONTH}
→2025-02
{YEAR}
→2025
Generators
After installation, you can publish the package configuration file using:
This will create a configuration file in config/laravel-id-generator.php
, allowing you define custom generators for different tables or models.
Then you can use the generator
🛠️ Testing
Run unit tests:
📜 License
This package is licensed under the MIT License.
All versions of laravel-id-generator with dependencies
PHP Build Version
Package Version
The package omaressaouaf/laravel-id-generator contains the following files
Loading the files please wait ....