So i have a Multi Module Apllication , and i want to delete a file , currently i have the following :
unlink("{$_SERVER['DOCUMENT_ROOT']}/public/assets/frontend/images/agendas/{$agenda->image}")
Is there a more affective way ?
So i have a Multi Module Apllication , and i want to delete a file , currently i have the following :
unlink("{$_SERVER['DOCUMENT_ROOT']}/public/assets/frontend/images/agendas/{$agenda->image}")
Is there a more affective way ?