I am creating a small application Lumen, but I can not find an equivalent function Laravel Route::resource and Route::controller for Lumen.
Route::resource
Route::controller
Lumen is a microcard designed for performance, not advanced functionality. It doesn't use the full Laravel router, so there are no features Route::resource or Route::controller .
You can manually define similar routes if you like.