Kdyby / Console

Symfony Console integration for Kdyby components
https://packagist.org/packages/kdyby/console
Other
52 stars 54 forks source link

console.url lacks flexibility #13

Closed vojtech-dobes closed 10 years ago

vojtech-dobes commented 10 years ago

On localhost, I use special URL for my app in following format:

www.foo.com.local

But your regexp doesn't allow that. Could the check be less restrictive or removed at all?

vojtech-dobes commented 10 years ago

Eh, I am dumb person. I didn't understand it's primarily about protocol. Maybe the error message might highlight it :). But anyway, sorry for raising issue number :).

fprochazka commented 10 years ago

Yeah, it could be smarter :) But I have no idea how to pair domans from front to cli :)

vojtech-dobes commented 10 years ago

My specific problem would be solved if the message pointed me to missing protocol :) (which was the problem, not .local in it).