Closed sandoche closed 6 years ago
After installing Symfony4, then the webserver, and the api-pack with the following command
composer create-project symfony/skeleton project cd project composer req webserver composer req api
I get No route found for "GET /"
No route found for "GET /"
See the screenshot below
I also tried to create an entity user and to access it though /users Same error I followed this video: https://medium.com/@fabpot/symfony-4-a-small-screencast-cf6511823f except that I used the 4.0 version of Symfony
I tried in Ubuntu and Windows, same problem.
My bad the routing prefix was "/api"
After installing Symfony4, then the webserver, and the api-pack with the following command
I get
No route found for "GET /"
See the screenshot below
I also tried to create an entity user and to access it though /users Same error I followed this video: https://medium.com/@fabpot/symfony-4-a-small-screencast-cf6511823f except that I used the 4.0 version of Symfony
I tried in Ubuntu and Windows, same problem.