文件名称:laravel-prefixed-ids:Laravel模型的友好前缀ID
文件大小:8KB
文件格式:ZIP
更新时间:2024-03-23 20:52:43
api laravel eloquent dx PHP
Laravel模型的友好前缀ID 给ID加上前缀将帮助用户识别ID是什么类型。 条纹做这个默认:客户ID的前缀是cus ,在生产中密钥的前缀为sk_live_ ,测试环境的密钥与sk_test_ 。 该软件包可以为口才模型生成此类友好的前缀ID。 生成的ID如下所示。 user_fj39fj3lsmxlsl test_token_dvklms109dls 程序包可以检索给定前缀ID的模型。 // on a specific model User :: findByPrefixedId ( 'user_fj39fj3lsmxlsl' ); // returns a User model or `null` // automatically determine the model of a given prefixed id $ user = PrefixedIds :: getMod
【文件预览】:
laravel-prefixed-ids-master
----composer.json(1KB)
----config()
--------prefixed-ids.php(149B)
----src()
--------Models()
--------PrefixedIdsServiceProvider.php(366B)
--------Exceptions()
--------PrefixedIds.php(1KB)
----LICENSE.md(1KB)
----CHANGELOG.md(238B)
----README.md(6KB)