Skip to content

Instantly share code, notes, and snippets.

@ajace
Last active December 20, 2015 15:39
Show Gist options
  • Save ajace/6156243 to your computer and use it in GitHub Desktop.
Save ajace/6156243 to your computer and use it in GitHub Desktop.
Laravel 4 paths
<?php
// /Illuminate/Support/helpers.php
echo app_path();
echo base_path();
echo public_path();
echo storage_path();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment