Laravel Route, wo nicht enthalten

Route::any('{all}', 'AngularController@serveFrontend')->where('all', '^(?!api).*$');
Fahim Foysal