Custom primary ID generator
So, I'm all out of idea or insight. And i need your help guys.
I want to create a custom primary ID that generates with prefix followed by a number i.e. "abc - 000000" or "abc 00-00-00 and auto increments or it checks the last number generated and increment on that.
Yes, Ive already seen laravel custom ID generator. But is there any tutorial out there with a better approach or a better implementation in filament for this kind of custom ID?
Any inputs or feedback will be much appreciated!
Solution:Jump to solution
There is nothing particularly unique about custom ID generation in Filament. You can utilize the custom ID generation capabilities available in Laravel, which you are already familiar with.
1 Reply
Solution
There is nothing particularly unique about custom ID generation in Filament. You can utilize the custom ID generation capabilities available in Laravel, which you are already familiar with.