scheduling icon indicating copy to clipboard operation
scheduling copied to clipboard

Scheduling task manager for laravel-admin

Results 10 scheduling issues
Sort by recently updated
recently updated
newest added

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 ![task-schedule](https://user-images.githubusercontent.com/10367464/78421832-85643c00-7663-11ea-827f-ce4aac9f5cb9.jpg)

添加了一个测试:$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...