0
私はいくつかの機能をホームコントローラに書いています。 この関数はdata()と呼ばれることがあります。 マイルート機能は、次のようになります。ルートのカスタム機能
Route::get('/example', function(){
"I want to use data() function/method here, is this possible ?"
});
私はいくつかの機能をホームコントローラに書いています。 この関数はdata()と呼ばれることがあります。 マイルート機能は、次のようになります。ルートのカスタム機能
Route::get('/example', function(){
"I want to use data() function/method here, is this possible ?"
});
Route::get('/example','[email protected]');