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.
Input::Laravel 4のみでワイルドカードを使用する方法はありますか?
例えば:
$actInputs = Input::only('act*');
string で始まる入力のみを教えてくださいact。
act