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/
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/
path of app directory in controller laravel
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/
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us