flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.62k stars 409 forks source link

word list routes #444

Closed oscarlosan closed 3 years ago

oscarlosan commented 3 years ago

How can I make a word list work?

F::route('/@country:[newyork|dallas|chicago]/', function($country) { 

});
oscarlosan commented 3 years ago

domain.com/dallas/

it does not work