Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サブドメインのルーティングで正規表現を機能させるのに問題があります。
何か案は?これは可能ですか?
現在のコード:
Route::group(array('domain' => '(one|two|three).example.com'), function() { ... });