亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Usage scenario issues of Laravel's route cache
我想大聲告訴你
我想大聲告訴你 2017-05-16 16:54:00
0
1
636

The document mentions: "If your application only uses controller routing, you can use Laravel's route cache. Using route cache will greatly reduce the time required to register all routes in the application"
What to do Do you understand this passage? Can route caching be used in the following scenario?

Route::get('user/{name}', function($name)
{
    //dosome
})
->where('name', '[A-Za-z]+');
我想大聲告訴你
我想大聲告訴你

reply all(1)
世界只因有你

This won’t work.

laravel does not support 閉包route caching.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template