lundi 11 novembre 2019

change all urls of images and link hrefs in laravel

first our website url must be like this example.com now our website url for laravel script is example.com/example I pass urls like this

<img src="/img/logo_min_white.png">

but I must pass url like this

<img src="/example/img/logo_min_white.png">

now I cant change all URLs how to do this automatic with laravel or htaccess



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire