Libraries tagged by laravel string id
henzeb/enumhancer
374812 Downloads
Your framework-agnostic Swiss Army knife for PHP 8.1+ native enums
madewithlove/laravel-nova-uuid-support
134222 Downloads
Adds uuid and other string identifier support to Laravel Nova
saade/facehash
7592 Downloads
Deterministic avatar faces from any string. Lightweight, pure SVG output. Laravel integration.
tailflow/laravel-human-readable-keys
1781 Downloads
Generate Stripe-like IDs for Eloquent models
iamfarhad/validation
17366 Downloads
🇮🇷 Complete Laravel Persian validation package - Iranian national ID, mobile numbers, Shamsi dates, IBAN/Sheba, postal codes & more. Modern Laravel 10-13 support with both ValidationRule objects & string-based rules.
hadi-aghandeh/laravel-friendly-id
643 Downloads
map integer id to a friendly string
mennovanhout/laravel-model-constants
515 Downloads
This package creates constants for column names, this can then be used instead of strings to reduce typo's errors and improve coding with your IDE
nassiry/laravel-encoder
353 Downloads
An advanced Laravel encoder package for string & integer encoding and decoding.
ssmulders/hashed-passport
7645 Downloads
Transforms Laravel Passport's default incrementing integer client_id into an industry standard unique hashed string. Optionally, you can use encrypted client secrets for improved security. The package is non-intrusive. See the readme for details.
itsmejoshua/laravel-nova-uuid-support
13 Downloads
Adds uuid and other string identifier support to Laravel Nova
gsebastiao/laravel-dynamic-menu
1 Downloads
Menus dinâmicos e hierárquicos (N nĂveis) para Laravel, com controlo de permissões flexĂvel (none | string | id) e cache. 100% independente de qualquer pacote de permissões.
mallardduck/laravel-humanoid
68 Downloads
This is my package laravel-humanoid
ignition-nbs/laravel-uuid-model
2749 Downloads
Enable Laravel's Eloquent Model to be identified by UUID (string) rather than ID (increment or bigIncrement)
pkeogan/laravel-lang-tester
1 Downloads
Did you implement a language file after your on production? Then you know its hard to determine if your caught every string. This package implement's a console command change every (or selected) values of a language file to emojis or a predefined string to rapidly identify any loose ends.
idmkr/laravel-blade-fix
8 Downloads
Fix for the @parent replaced string within Blade templates. see https://github.com/laravel/framework/issues/7888