@@ -39,3 +39,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add SNOWFLAKE to .env.example
- add SnowFlake to config.sample.php
- add SnowFlakeDate to config.table.php
+- add dependency godruoyi/php-snowflake
@@ -7,6 +7,7 @@
"require": {
"php": "^7.3|^8.0",
"fruitcake/laravel-cors": "^2.0",
+ "godruoyi/php-snowflake": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",
"laravel/sanctum": "^2.11",