Download the PHP package tfsthiagobr98/laravel-naming-series without Composer
On this page you can find all versions of the php package tfsthiagobr98/laravel-naming-series. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tfsthiagobr98/laravel-naming-series
More information about tfsthiagobr98/laravel-naming-series
Files in tfsthiagobr98/laravel-naming-series
Package laravel-naming-series
Short Description Generate Custom Ids for your models
License MIT
Homepage https://github.com/tfsthiagobr98/laravel-naming-series
Informations about the package laravel-naming-series
Generate Custom Ids for your models
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Usage
Avaliable Aliases
The Serie format must be splited in part with . character. For example:
CNT-.YY.MM.#### where: CNT- is a literal string, YY and MM is a variable and #### is the sequential number.
#: Numeric Sequence ()YY: Year (2 Digits)YYYY: Year (4 Digits)MM: MonthMM: DayWW: ISO Week CountTS: Timestamp (Miliseconds)TL: Timestamp (Seconds)
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Thiago França da Silva
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-naming-series with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^11.0||^12.0