laravel-filemanager icon indicating copy to clipboard operation
laravel-filemanager copied to clipboard

how to set path format untuk stand alone button ?

Open hilmihidyt opened this issue 2 years ago • 1 comments

stand alone button

for stand alone button, how to set the path format from http://127.0.0.1:8000/storage/photos/1/Brand/logo.png to be like this photo/1/Brand/logo.png ? so, http://127.0.0.1:8000/storage is not entered into the database table.

For now, I can change the value in the input field manually, but I want it to automatically exclude http://127.0.0.1:8000/storage.

hilmihidyt avatar Sep 06 '21 15:09 hilmihidyt

stand alone button

for stand alone button, how to set the path format from http://127.0.0.1:8000/storage/photos/1/Brand/logo.png to be like this photo/1/Brand/logo.png ? so, http://127.0.0.1:8000/storage is not entered into the database table.

For now, I can change the value in the input field manually, but I want it to automatically exclude http://127.0.0.1:8000/storage.

in the .env file APP_URL set it to null APP_URL=

abbasfisal avatar Sep 13 '21 18:09 abbasfisal