Hujjat/laravStart

preg_match() invalid range in character class on some Windows systems.

Closed this issue · 0 comments

The line Route::get('{path}',"HomeController@index")->where( 'path', '([A-z\d-\/_.]+)?' ); causes routing to fail when run on some Windows-based systems because of the missing delimiters.