# ShenzhenQianhaiAutomaticAppointmentSystem **Repository Path**: techutter/shenzhen-qianhai-automatic-appointment-system ## Basic Information - **Project Name**: ShenzhenQianhaiAutomaticAppointmentSystem - **Description**: 深圳前海保税区自动预约系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-12-20 - **Last Updated**: 2024-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 深圳前海报税区自动预约系统 ## 安装 - 安装扩展 composer install - 修改配置 cp .env.example .env - 数据库迁移文件 php artisan migrate - 清除缓存 php artisan cache ## 运行 - [laravle任务调度](https://learnku.com/docs/laravel/8.5/scheduling/10396) - laravel-totem web https://你的域名/totem - 发布配置文件以config/backup.php运行 ## 配置 laravel-totem 定时任务管理后台 配置服务器定时任务 * * * * * php /你的项目目录/artisan schedule:run >> /dev/null 2>&1 定时任务管理后台为 http://你的IP地址/totem/ 参考配置 https://blog.csdn.net/weixin_44600422/article/details/101052945 ## 数据库备份 php artisan vendor:publish --provider="Spatie\Backup\BackupServiceProvider" 您可以通过运行以下命令来备份您的应用程序: php artisan backup:run 如果要备份到特定磁盘而不是所有磁盘,请运行: php artisan backup:run --only-to-disk=name-of-your-disk 如果您只需要备份数据库,请运行: php artisan backup:run --only-db 如果您只需要备份文件,并且想跳过转储数据库,请运行: php artisan backup:run --only-files ## 扩展文档 - [Laravel IDE Helper Generator](https://github.com/barryvdh/laravel-ide-helper) - [laravel-totem](https://github.com/codestudiohq/laravel-totem) - [Dcat Admin](https://learnku.com/docs/dcat-admin/2.x) - [laravel-backup 备份](https://spatie.be/docs/laravel-backup/v8/taking-backups/overview) - [反向种子生成器(iSeed)是一个 Laravel 包,它提供了一种基于现有数据库表中的数据生成新种子文件的方法](https://github.com/orangehill/iseed)