My Blog

toolman xyz

  1. Home
  2. About
  3. Archives
  4. Tags
  5. Search
  6. Links
  7. Disclaimer
  8. RSS
Featured image of post Laravel 限制Route每幾分鐘的最大呼叫次數
Web Design

Laravel 限制Route每幾分鐘的最大呼叫次數

Apr 09, 2020
1 minute read
/* 每三分鐘最多呼叫五次 */
Route::group(['prefix'=>'','middleware'=>'throttle:5, 3'],function(){
    Route::get('/search', 'Controller@index');
});

 

Web Design Laravel
Licensed under CC BY-NC-SA 4.0

Related content

apache 上設定laravel AllowOverride

ajax get sample

Call to undefined function pg_connect()

© 2020 - 2025 My Blog
Built with Hugo
Theme Stack designed by Jimmy