Libraries tagged by laravel generator id
ludo237/laravel-nanoid
232 Downloads
Generates nano id for Laravel
one23/laravel-actions-ide-helper
196 Downloads
Generate a Laravel Actions IDE Helper.
lenderspender/laravel-factories-ide-helper
321 Downloads
Generate IDE helper file for Laravel factories
claudiodekker/laravel-macro-describer
11 Downloads
Automatically generate IDE autocompletion helpers for Laravel macros/mixins.
vlfesko/laravel-increment-ids
0 Downloads
A package to generate increment ids for models for Laravel
xt/laravel-external-id
28 Downloads
Generate external id when saving Eloquent models
nonsapiens/south-african-id-number-faker
29 Downloads
Laravel package to help generate real and verifiable South African ID number sequences, allowing for customisable gender and dates of birth
lemaur/laravel-human-id
6 Downloads
Automatically generate Human IDs for your model.
clabsid/easy-laravel-package
21 Downloads
Easy package for create repository, service, traits, view from artisan and generate custom ID
klongchu/laravel-uuid
7 Downloads
Laravel package to generate and to validate a universally unique identifier (UUID) according to the RFC 4122 standard. Support for version 1, 3, 4 and 5 UUIDs are built-in.
jasurbek97/laravel-uuid
23 Downloads
Laravel package to generate and to validate a universally unique identifier (UUID) according to the RFC 4122 standard. Support for version 1, 3, 4 and 5 UUIDs are built-in.
mitchdav/laravel-stripe-ids
1634 Downloads
Generate Stripe-style IDs (ch_xxxxxxxxxx) for your Eloquent models.
mikedeveloper/october-ide-helper
60 Downloads
October IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
flavorly/laravel-actions-ide-helper
195 Downloads
Generate a new IDE Helper file for Laravel Actions.
adamthehutt/laravel-unique-bigint-ids
1704 Downloads
This allows for the generation of sequential IDs that can be created before inserting into the database and are virtually (but not totally) guaranteed to be globally unique for the app. Additional benefits come from generating IDs before DB persistence, which streamlines code for, e.g., attaching related records.