|
|
hace 1 mes | |
|---|---|---|
| app | hace 1 mes | |
| bootstrap | hace 1 mes | |
| config | hace 1 mes | |
| database | hace 1 mes | |
| public | hace 1 mes | |
| resources | hace 1 mes | |
| routes | hace 1 mes | |
| storage | hace 1 mes | |
| tests | hace 1 mes | |
| .editorconfig | hace 1 mes | |
| .env.example | hace 1 mes | |
| .gitattributes | hace 1 mes | |
| .gitignore | hace 1 mes | |
| .htaccess | hace 1 mes | |
| LICENSE | hace 1 mes | |
| README.md | hace 1 mes | |
| artisan | hace 1 mes | |
| composer.json | hace 1 mes | |
| composer.lock | hace 1 mes | |
| nginx.htaccess | hace 1 mes | |
| package.json | hace 1 mes | |
| phpunit.xml | hace 1 mes | |
| postcss.config.js | hace 1 mes | |
| shuadan | hace 1 mes | |
| tailwind.config.js | hace 1 mes | |
| vite.config.js | hace 1 mes | |
| 第三方支付回调.text | hace 1 mes |
git clone <项目地址> <项目目录> && cd <项目目录>
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan storage:link
npm install && npm run build
chmod -R 755 storage bootstrap/cache
php artisan serve
QUEUE_CONNECTION=database
添加队列任务
crontab -e