Symfony-Bundle:Cron集成以实现Symfony

时间:2024-05-21 07:58:37
【文件属性】:

文件名称:Symfony-Bundle:Cron集成以实现Symfony

文件大小:20KB

文件格式:ZIP

更新时间:2024-05-21 07:58:37

PHP

Cron捆绑包 集成以实现symfony。 安装 可以通过以下简单步骤安装此捆绑包: 将捆绑软件作为作曲者依赖项添加到您的项目中: composer require cron/cron-bundle 将捆绑软件添加到您的应用程序内核中: // app/AppKernel.php public function registerBundles () { // ... $ bundle = array ( // ... new Cron \ CronBundle \ CronCronBundle (), ); // ... return $ bundle ; } 更新您的数据库架构 bin/console make:migration bin/console doctrine:migrations:migrat


【文件预览】:
Symfony-Bundle-master
----composer.json(919B)
----Cron()
--------Manager.php(3KB)
--------CommandBuilder.php(1KB)
--------CronCommand.php(491B)
--------Resolver.php(2KB)
----DependencyInjection()
--------CronCronExtension.php(755B)
----Entity()
--------CronJob.php(3KB)
--------CronJobRepository.php(261B)
--------CronReport.php(3KB)
--------CronReportRepository.php(267B)
----LICENSE(1KB)
----Resources()
--------config()
----Command()
--------CronCreateCommand.php(5KB)
--------CronStopCommand.php(2KB)
--------CronListCommand.php(1KB)
--------CronEnableCommand.php(2KB)
--------CronDisableCommand.php(2KB)
--------CronStartCommand.php(3KB)
--------CronDeleteCommand.php(2KB)
--------CronRunCommand.php(4KB)
----.gitignore(38B)
----CronCronBundle.php(124B)
----README.md(3KB)
----.editorconfig(131B)
----.gitattributes(115B)

网友评论