mercredi 23 mars 2016

Can i return to a view from href tag in laravel without using controller?

I have a page home.blade.php.there is an href tag in this page which redirect to another page login.blade.php.

<a href="{{URL::to('login')}}">Login</a>.Any simple method to return to that page directly from this href tag?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire