karolgolec/laravel-hosting
最新稳定版本:v0.1.10
Composer 安装命令:
composer require karolgolec/laravel-hosting
包简介
A package that allows you to run Laravel along with a queue on your hosting.
README 文档
README
Laravel package to install Laravel on your hosting. If you have SSH access, you can use queues using SCREEN. The worker maintenance feature is built into the package.
Installation
- Use following command to install:
composer require karolgolec/laravel-hosting
Setup
On the local application, run the php artisan laravel-hosting:install command.
Run the dep deploy command to upload the application to the hosting.
On the hosting server in the .env file, set the value of LARAVEL_HOSTING_QUEUE_ENABLED to true.
Add to the task of running the Laravel scheduler to CRON php artisan schedule:run.
Works with hosting providers
SeoHost.pl
Link partnerski: SeoHost.pl
CRON command. Complete the command parameters.
/opt/alt/php82/usr/bin/php -c ~/php-cli-laravel-seohost.ini /home/{{HOST_USER}}/domains/{{DOMAIN}}/public_html/current/artisan schedule:run >> /dev/null 2>&1
统计信息
- 总下载量: 218
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-18