news-reader-php/config/routes.yaml
Daniel Siepmann bed87f8a10
Improve layout
Don't have left sidebar.
Add small sidebar to the right of each entry to interact with each
entry.
2020-08-14 11:46:55 +02:00

19 lines
414 B
YAML

start:
path: /
controller: App\Controller\BucketController::index
buckets:
path: /buckets/
controller: App\Controller\BucketController::index
bucket:
path: /bucket/{slug}
controller: App\Controller\BucketController::show
feed:
path: /feed/{slug}
controller: App\Controller\FeedController::show
entry:
path: /entry/{slug}
controller: App\Controller\EntryController::show