Laravel框架定时任务2种实现方式示例
本文实例讲述了Laravel框架定时任务2种实现方式。分享给大家供大家参考,具体如下
第一种
1、生成一个mands文件
> php artisan make:mand test
2、打开文件进行修改
laravel\App\Console\Commands\test.php
<?php namespace App\Console\Commands; use Illuminate\Console\Command; use Illuminate\Support\Facades\Log; class test extends Command { / The name and signature of the console mand. @var string / protected $signature = 'test:insert'; // php artisan list 中将会生成 "php artisan test:insert " 指令 / The console mand description. @var string / protected $description = 'insert Test table some test data'; // 对上面指令的描述 / Create a new mand instance. @return void / public function __construct() { parent::__construct(); } / Execute the console mand. @return mixed / public function handle() { // 编写你要的定时任务执行的代码! # eg Log::info('test'); } }
> php artisan list
查看
3、然后修改 laravel\app\Console\Kernel.php 文件
<?php namespace App\Console; use Illuminate\Console\Scheduling\Schedule; use Illuminate\Foundation\Console\Kernel as ConsoleKernel; class Kernel extends ConsoleKernel { protected $mands = [ // 参考手册 新加 \App\Console\Commands\test::class, ]; // 定义应用的命令调度 protected function schedule(Schedule $schedule) { // 新加 每分钟执行一次 $schedule->mand('test:insert')->everyMinute(); } protected function mands() { $this->load(__DIR__.'/Commands'); require base_path('routes/console.php'); } }
4、启用计划任务在服务器中加入到计划任务 crontab -e
注意这里的 path 是你的laravel项目根目录的 绝对路径!, 然后加上后面的 artisan 到结尾的字符串
php /path/artisan schedule:run >> /dev/null 2>&1
php /code/src/laravel/artisan schedule:run >> /dev/null 2>&1
5、打开日志文件查看
laravel\storage\logs\laravel.log
第二种
使用 shell脚本执行
因为 php artisan list
可以查看到 执行指令 test:insert
所以可以考虑用 .sh 脚本执行,还是类似上面 crontab -e
编写
1、先编写 .sh 脚本 laravel/test.sh 放在项目某个位置,文件内写入
php artisan test:insert
上面指令在命令行手动每执行一次就可以触发一次编写的程序,相当于给 laravel.log 写入一次 test
2、使用 crontab -e
编写 执行 第一步写的 test.sh 脚本
laravel/test.sh
以上两种均可看到 laravel.log 日志
更多关于Laravel相关内容感兴趣的读者可查看本站专题《》、《》、《》、《》及《》
希望本文所述对大家基于Laravel框架的PHP程序设计有所帮助。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程