Answers for "how to get root directory in laravel"

PHP
5

laravel get project root

public_path(); // Path of public/
base_path(); // Path of application root
storage_path(); // Path of storage/
app_path(); // Path of app/
Posted by: Guest on August-24-2020
0

how to get the root domain in laravel

$request->root();
Posted by: Guest on July-05-2021

Code answers related to "how to get root directory in laravel"

Browse Popular Code Answers by Language