scheduling
scheduling copied to clipboard
Scheduling task manager for laravel-admin
请作者给予升级
That occurs in PHP8.1 https://wiki.php.net/rfc/autovivification_false
Throws a warning, as "final" no longer has an effect https://www.php.net/manual/en/migration80.new-features.php
Laravel Version: 7.2.0 PHP Version: 7.2.19 Laravel-admin: 1.7.14 just after fresh extension installation I see error in OUTPUT after first task run 
添加了一个测试:$schedule->command('route:list')->daily()->at('02:00'); 执行会浏览器端500错误 task-schedule.output 文件中有这么一句: '"artisan"' 不是内部或外部命令,也不是可运行的程序或批处理文件。 试着在Scheduling.php 中修改, // if (Str::contains($event->command, '\'artisan\'')) { if (Str::contains($event->command, '"artisan"')) { 前端是artisan显示没有双引号了,但运行错误仍然存在
使用command方法打开页面报错。Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [email protected] to inform them of the...
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in D:\xampp\htdocs\laravel-admin\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php on line 68 PHP Fatal error: Allowed memory size of 134217728 bytes exhausted...