laravel-filemanager
laravel-filemanager copied to clipboard
How can I remove the domain name from the path of image?
Hello devs, Please how can I remove the domain name from the Image path for example: http://127.0.0.1:8000/storage/photos/1/61a4d686d98b9.jpeg I just need the : /storage/photos/1/61a4d686d98b9.jpeg
the package handle this or I will do it manually.
same with me. keep using http://127.0.0.1:8000/ even I set relative_url to true. caused image nt found cz calling http://127.0.0.1:8000/ twice
find this and its solved https://github.com/UniSharp/laravel-filemanager/issues/1089
I find the same ticket issue but why remove the App Domain !!!
Hi here is how to solve this problem because I had it before:
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),
- 'url' => env('APP_URL').'/storage',
+ 'url' => '/storage',
'visibility' => 'public',
],
in the file config/filesystems.php
why images are stored in folder name "1" ?? who can explain to me? pls
User ID 1, or 2, or 3 etc.
@@streamtw @tsawler @youchenlee
Please close this?
I don’t have permission to close this, since this is a fork.
-- Trevor On Mar 27, 2024 at 9:37 AM -0300, Eugene van der Merwe @.***>, wrote:
User ID 1, or 2, or 3 etc. @@streamtw @tsawler @youchenlee Please close this? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>