Customize the upload URL On this page Customizing the upload URL ##Customizing the upload URL You can customize the upload url by passing a base url to the macro. // Probably routes/web.php Route::mediaLibrary('my-custom-url'); This will register a route at /my-custom-url/uploads Customize the preview images Usage in a frontend repository Help us improve this page