ALL articles of URL

Laravel get current URL with parameters example

Sometimes you might want to find the current URL and to write condition. This way, you can add active class to current url link. You also mi...

READ MORE

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...

READ MORE

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...

READ MORE