testbundle/forum

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:forum-bundle

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

This package is not auto-updated.

Last update: 2024-05-26 02:40:22 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