1,D:\phpstudy\PHPTutorial\php\php-7.2.1-nts> php.exe D:\phpstudy\PHPTutorial\WWW\getrich\app\Console\kernel.php
laravel框架中跑批处理文件的时候,出现此错误:PHP Fatal error: Class ‘Illuminate\Foundation\Console\Kernel’ not found in D:\phpstudy\PHPTutorial\WWW\getrich\app\Console\Kernel.php on line 8
2,原因是laravel框架的批处理文件都要放在app\Console\Commands目录下,然后把commands目录下的一些批处理文件配置到app\Console\Kernel.php中,里面有案例
3,然后进入到项目根目录,执行 php artisan schedule:run即可
PHP Fatal error: Class 'Illuminate\Foundation\Console\Kernel' not found in D:\phpstudy\PHPTutorial
最新推荐文章于 2025-06-05 15:20:00 发布