Level 2
nvm, already worked..
tried on appserviceprovider :
$this->app->bind('path.public', function() {
return realpath(base_path().'/../public_html');
});
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.