From 5a7acd0f57d0071dec99568b71833d3a447d788e Mon Sep 17 00:00:00 2001 From: Irfaq Syed Date: Fri, 2 Oct 2020 23:15:55 +0530 Subject: [PATCH] Add app_path docs. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eb83d77..3da1470 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ And you're done! You can now start installing any Laravel Package out there :) ### Paths +#### app_path + +Get the fully qualified path to the `app` directory. + #### public_path Get the fully qualified path to the `public` directory. You can set env variable `PUBLIC_PATH` and it'll return the same instead of the default `public`.