avatar
get file path from the root directory Laravel
$filePath = base_path('sitemap.xml');

For example:

$filePath = base_path('sitemap.xml');
if (file_exists($filePath)) {
    unlink($filePath);
}
$sitemap->store('xml', 'sitemap');
24
get url path after domain pathbrowser AEM get extension of path file full path in Vue component
You need to login to do this manipulation!