文件名称:在一个友好的界面中管理您的Laravel任务计划,并将计划保存到数据库中。-PHP开发
文件大小:373KB
文件格式:ZIP
更新时间:2024-06-16 02:26:46
PHP Frameworks
文档资料库这位管理员在您的应用程序中创建一条路由(默认值:/ schedule),可以在其中管理要执行的时间表。文档这位图书管理员在您的应用程序中创建一条路由(默认值:/ schedule),可以在其中管理哪些时间表。这些计划将在任何给定时刻执行,这些计划将记录在数据库中,并且可以通过界面进行更改,激活,取消激活或删除,而无需进行新的应用程序部署。 安装运行composer需要robersonfaria / laravel-database-schedule运行php artisan migration环境变量您可以设置以下环境
【文件预览】:
laravel-database-schedule-master
----composer.json(735B)
----config()
--------database-schedule.php(2KB)
----docs()
--------show-history1.png(133KB)
--------new-schedule2.png(118KB)
--------mail-output.png(80KB)
--------list-schedule1.png(32KB)
----.github()
--------workflows()
----routes()
--------web.php(492B)
----phpcs.xml(2KB)
----resources()
--------lang()
--------views()
----LICENSE(34KB)
----CONTRIBUTING.md(4KB)
----src()
--------Models()
--------DatabaseSchedulingServiceProvider.php(3KB)
--------Http()
--------Observer()
--------DatabaseScheduleApplicationServiceProvider.php(496B)
--------Console()
----migrations()
--------2021_03_17_141336_add_options_field_schedules_histories_table.php(822B)
--------2021_03_10_175242_create_schedule_histories_table.php(1KB)
--------2021_03_17_141053_add_options_field_schedules_table.php(781B)
--------2018_07_17_172600_create_schedule_table.php(1KB)
--------2021_03_11_171148_add_run_in_background_table_schedule.php(806B)
--------2021_03_16_171148_add_custom_command.php(742B)
----.gitignore(25B)
----.php_cs.cache(2KB)
----README.md(5KB)