where('path', '.*')->name('file.download'); Route::get('/search-and-displace/{id}', 'SearchAndDisplaceController@show'); Route::post('/search-and-displace', 'SearchAndDisplaceController@store'); Route::get('/regex/create', 'RegexController@create'); Route::post('/regex', 'RegexController@store'); Route::resource('/searchers', 'SearcherController'); Route::webhooks('/webhooks', 'default');