Path Of App Directory In Controller Laravel

[Solved] Path Of App Directory In Controller Laravel | Php - Code Explorer | yomemimo.com
Question : path of app directory in controller laravel

Answered by : zaka-ur-rehman-khan

How to get base path(Project Root) in laravel ?
base_path(); // Path of application root
How to get storage folder path in laravel ?
storage_path(); // Path of storage/
How to get app folder path in laravel ?
app_path(); // Path of app/

Source : | Last Update : Sun, 08 Nov 20

Answers related to path of app directory in controller laravel

Code Explorer Popular Question For Php