How to get the base directory of a laravel 4 installation.
In order to get the base directory of a laravel 4 install you'll just need to do one command. It's fairly simple.
app()->make('path.base')
In order to get the base directory of a laravel 4 install you'll just need to do one command. It's fairly simple.
app()->make('path.base')