testbundle / forum
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