jeudi 3 décembre 2015

how to redirect to a route in laravel 5 by using href tag if iam not using blade or any template?

`Route::get('/page','UserController@view page');` is my route.

i have a list with href tag.and i want to redirect to this route.

     <ul>
        <li><a href="">how it works</a></li>
</ul>

Iam not using blade or any other templates. Thanks for helping



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire