testbundle / forum
dev-master / 1.0.x-dev
2017-12-24 20:25 UTC
This package is not auto-updated.
Last update: 2026-03-15 12:30:55 UTC
README
Enable bundle for any environment in config/bundles.php
<?php
return [
Lotfi\Bundle\TestBundle\TestBundle::class => ['all' => true],
];
Add /forum in config/routes.php
index:
path: /forum
controller: Lotfi\Bundle\TestBundle\Controller\ForumController::index
Let's start server
php -S localhost:8000 -t public
Now Browse to http://localhost:8000/forum