Simple question, but the answer seems quite hard to come by. In Codeigniter, I could load the url helper and then simply do
echo base_url();
For Laravel 5 I normally use:
Link Text
I'm of the understanding that using the url() function is calling the same Facade as URL::to()
url()
Facade
URL::to()