testbundle / forum
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:forum-bundle
This package is not auto-updated.
Last update: 2025-06-08 08:27:06 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