Level 2
nvm, already worked..
tried on appserviceprovider :
$this->app->bind('path.public', function() {
return realpath(base_path().'/../public_html');
});
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
i have an issue when uploading a file, the picture stored to database and included in public folder, but it didn't showing anything..
but when i try to copy the picture from public folder to public_html folder, the picture appeared..
what should i do?
nvm, already worked..
tried on appserviceprovider :
$this->app->bind('path.public', function() {
return realpath(base_path().'/../public_html');
});
Please or to participate in this conversation.