Skip to content

Instantly share code, notes, and snippets.

@jackphuongvu
Created May 26, 2019 01:55
Show Gist options
  • Select an option

  • Save jackphuongvu/5547f2e1426bb465128595ffa995911a to your computer and use it in GitHub Desktop.

Select an option

Save jackphuongvu/5547f2e1426bb465128595ffa995911a to your computer and use it in GitHub Desktop.
// return response()->json([
// 'public_path()' => public_path(),
// // echo base_path();,
// 'base_path()' => base_path(),
// // URL::to('/');,
// 'url' => url('/'),
// 'app_path' => app_path(),
// 'public_url' => public_url()
// // $path = public_path();
// ]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment