Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MajideND/5f2abf738c4bc79e143c8dcac4747765 to your computer and use it in GitHub Desktop.
Save MajideND/5f2abf738c4bc79e143c8dcac4747765 to your computer and use it in GitHub Desktop.
<?php
//add from here
$this->app->bind('path.public', function() {
return base_path().'/public_html';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment