# TVNFT **Repository Path**: dhhb/tvnft ## Basic Information - **Project Name**: TVNFT - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-03 - **Last Updated**: 2025-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 前端: ### 数据库(测试): ```bash DB_CONNECTION=mysql DB_HOST=43.154.226.28 DB_PORT=3306 DB_DATABASE=admin_tvnft_33ce DB_USERNAME=admin_tvnft_33ce DB_PASSWORD=cP34X3xC45wEnzcJ ``` ### 后端接口域名:admin.tvnft.33ceshi.com ### 后台管理:https://admin.tvnft.33ceshi.com ``` 用户名:admin 密码:admin ``` # 初始化命令 ```bash composer install php artisan admin:publish php artisan admin:install php artisan key:generate ``` ### 伪静态 ```bash location / { try_files $uri $uri/ /index.php?$query_string; } ``` ### 计划任务 (发放用户NFT卡收益和直推与团队的收益) (每天零晨跑一下) ``` php artisan reward ```