-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
bughasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
Milestone
Description
I'm trying Building your own Framework with the MicroKernelTrait from: https://symfony.com/doc/current/configuration/micro_kernel_trait.html
composer require symfony/config symfony/http-kernel \
symfony/http-foundation symfony/routing \
symfony/dependency-injection symfony/framework-bundle
This run success and created a index.php as per doc and copy pasted the code (<?php ... )
Then symfony server:start
=> server starts with no problem. But when i go to http://localhost:8000/random/10 .
Metadata
Metadata
Assignees
Labels
bughasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.