testbundle/forum

安装: 9

依赖: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

开放性问题: 0

类型:forum-bundle

dev-master / 1.0.x-dev 2017-12-24 20:25 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:01:43 UTC


README

在 config/bundles.php 中启用任何环境下的 bundle

<?php

return [
    Lotfi\Bundle\TestBundle\TestBundle::class => ['all' => true],
];

在 config/routes.php 中添加 /forum

index:
    path: /forum
    controller: Lotfi\Bundle\TestBundle\Controller\ForumController::index

启动服务器

php -S localhost:8000 -t public

现在浏览到 https://:8000/forum