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.
我正在构建一个小流明应用程序,但我无法弄清楚流明的 LaravelRoute::resource和Route::controller功能的等价物。
Route::resource
Route::controller
Lumen 是一个微框架,专为性能而不是广泛的功能而设计。它不使用完整的 Laravel 路由器,因此没有Route::resourceorRoute::controller功能。
如果您愿意,您可以手动定义类似的路线。