gimler / symfony-rest-edition

Fork from symfony-standard edition with additional rest features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where symfony routes are defined in this project?

mappedinn opened this issue · comments

I did not found where the routes are defined in the project...

How this is done? Where are the names of the routes are defined? (I found none) (if feel it is done throught the configuration of the fos_rest)

What if someone would like to define the routes based on annotation? Is it recommended to avoid that for RESTful API???

If you have any link or any documentation related to definition of the routes in RESTful API without annotations or yml file, I will be happy.

Thanks,