How to Get Site URL in Laravel?

How to Get Site URL in Laravel?

In this post we will give you information about How to Get Site URL in Laravel?. Hear we will give you detail about How to Get Site URL in Laravel?And how to use it also give you demo for it if it is necessary.

Here is quick post, which can help you to get base url or home page url of your laravel application. I think many times we need to get site URL for something share or link, so you can get that using url helper and URL facade. Both way are same you can use that anywhere i mean in controller or view. so let’s see.

Example:

$url = URL::to("/");

print_r($url);


$url2 = url('/');

print_r($url2);

Hope this code and post will helped you for implement How to Get Site URL in Laravel?. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs

For More Info See :: laravel And github

Leave a Comment

Your email address will not be published. Required fields are marked *

60  +    =  67

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US