Look at the api for the image method, take note of the last parameter.
http://laravel.com/api/4.2/Illuminate/Html/HtmlBuilder.html#method_image
corbosman said:
Look at the api for the image method, take note of the last parameter.
http://laravel.com/api/4.2/Illuminate/Html/HtmlBuilder.html#method_image
Thanks, I will consult the documentation first next time. ;)
But what do I do with link action?
jerodev said:
corbosman said:
Look at the api for the image method, take note of the last parameter.
http://laravel.com/api/4.2/Illuminate/Html/HtmlBuilder.html#method_image
Thanks, I will consult the documentation first next time. ;)
But what do I do with link action?
"Thanks, I will consult the documentation first next time. ;) But what do I do with link action?" < had to smile at this!
The link actions are right below the documentation for the image :D
sitesense said:
jerodev said:
corbosman said:
Look at the api for the image method, take note of the last parameter.
http://laravel.com/api/4.2/Illuminate/Html/HtmlBuilder.html#method_image
Thanks, I will consult the documentation first next time. ;)
But what do I do with link action?
"Thanks, I will consult the documentation first next time. ;) But what do I do with link action?" < had to smile at this!
The link actions are right below the documentation for the image :D
I was looking for the HTML::linkAction
function. ;)
Apparently this function changes the url to a secure url automaticly when the current page is on a secure connection.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community