I am using symfony and I want to get the url of a specific route ,
my route is like this 
project_sign_in:
    pattern:  /signin
    defaults: { _controller: ProjectContactBundle:User:signIn }
i want to generate the url from this route so i can get
localhost/app_dev.php/signin
or {SERVER-ADDRESS}/app_dev/signin 
if I was browsing the server.
 
     
     
     
     
    