# 示例 **Repository Path**: ABetterMe/example ## Basic Information - **Project Name**: 示例 - **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-01-02 - **Last Updated**: 2025-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 队列使用redis驱动 本地直接测试 php 项目目录/artisan queue:work redis --tries=3 守护是在根目录下的supervisor中 1.配置好数据库 2.执行 php artisan migrate 3.执行 php artisan db:seed 4.执行 php 项目目录/artisan queue:work redis --tries=3 5.访问 http://localhost