Closed ElfSundae closed 2 years ago
According to the Application interface:
Application
/** * Get the base path of the Laravel installation. * * @param string $path * @return string */ public function basePath($path = '');
According to the
Application
interface: