Advertisement
julong

Path to the 'app' folder

Jun 12th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2. /**
  3. * Path to the 'app' folder
  4. */
  5. echo app_path();
  6. /**
  7. * Path to the project's root folder
  8. */
  9. echo base_path();
  10. /**
  11. * Path to the 'public' folder
  12. */
  13. echo public_path();
  14. /**
  15. * Path to the 'app/storage' folder
  16. */
  17. echo storage_path();
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement