xn / crontab
Crontab extension for laravel-admin
dev-master
2024-05-02 14:36 UTC
Requires
- php: >=7.0.0
- xn/laravel-admin: >=1.0
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2025-01-07 11:07:09 UTC
README
安装
composer require xn/crontab
php artisan migrate
配置
在config/admin.php
檔案的extensions
設定部分,加上屬於這個擴充的配置
'extensions' => [
'crontab' => [
'enable' => true,
]
]
在伺服器中配置crontab
crontab -e
* * * * * php /your_web_dir/artisan autotask:run >> /dev/null 2>&1
訪問
https://your domain/admin/crontabs #定時任務列表
https://your domain/admin/crontab-logs #定時任務日誌列表
License
Licensed under The MIT License (MIT).