The API is a completed but no working examples. Have you looked through it?
Need help with something?
yes I have seen the API but I don't understand it
@apache123, I mean you can always pop open the source code and take a look.
https://github.com/laravel/framework/blob/4.2/src/Illuminate/Support/helpers.php#L342
^^ that is pretty self-explanatory.
And again for the HTML::script
https://github.com/laravel/framework/blob/4.2/src/Illuminate/Html/HtmlBuilder.php#L51
^^ pretty self-explanatory
Those are both pretty much self-documenting as there isn't anything special going on and reads like an intro to php book.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community