Promote your website, share article links, videos, packages and code examples Join now

URL Articles

How to get current url in Laravel
In blade files or Controllers, you may want to catch current url or path name. You may sometimes want to change CSS or need to change elemen...
By : Jitesh Meniya Category : Laravel Date : 1 year ago
How to check if a string is a valid URL in PHP
When I was working with one Payment gateway, the gateway was simply returning URL string. To complete the transaction, I have to redirect th...
By : Jitesh Meniya Category : PHP Date : 1 year ago
How To Get Current User Location In Laravel
In this Example i will show you how to get current user location in laravel, Many times we required to find current location of users for ma...
By : Websolutionstuff Category : Laravel Date : 1 year ago
Laravel get current URL with parameters example
In this article, I will show you how to get current in Laravel using different ways. So let's see all ways:Laravel provides URL facade class...
By : Jitesh Meniya Category : Laravel Date : 1 year ago
Laravel 8 url validation example
In this example, we will see how you can validate url field into Laravel application. There are two ways you can validate URL into Laravel a...
By : Jitesh Meniya Category : Laravel Date : 1 year ago