I need help configuring the site url being generated by Laravel File manager. I am developing my application locally on http://127.0.0.1:8000/. The name of the application is security. But whenever I upload images, its giving them a url of: http://security.test/storage/photos/1/logo-small.jpeg How can I change this incorrect url to: http://127.0.0.1:8000/storage/photos/1/logo-small.jpeg Answer Make the following change in .env file: After making change
Tag: unisharp-file-manager
Laravel UniSharp file manager is uploaded but images are not displayed
I am using UniSharp file manager package in Laravel. I have no problem uploading, But images are not displayed. After executing the php artisan storage:link command, only the storage folder is displayed and there are no uploaded files in it. .env APP_URL=http://localhost:8000 Laravel Framework 8.6.0 unisharp: master Thank you for your help ð Answer Solved! I removed the storage folder