samedi 29 juillet 2017

how to put URL inside of laravel blade

I have database structure like Book & download link ..

$book= new Book();
$book->name = $request->Input(['name']);
$book->download_link = $request->Input(['download_link']); // eg. http://ift.tt/2vi6OB3
$book->save();

now if i want to give this in blade page ..like download link..how do i put in href tag so that it will redirect the user to that page?

<a href=""></a>
// This doesn't work



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2waynZz
via IFTTT

Aucun commentaire:

Enregistrer un commentaire