Created
May 26, 2019 01:55
-
-
Save jackphuongvu/5547f2e1426bb465128595ffa995911a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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