Support the ongoing development of Laravel.io →
Installation Configuration Authentication

laravel documentation is too bad for example there is no explanation of asset helper in the documentation and even there is nothing about html builder for example HTML::script($url). is there any good documentation about laravel or any source that would help

Last updated 2 years ago.
0

The API is a completed but no working examples. Have you looked through it?

Need help with something?

Last updated 2 years ago.
0

yes I have seen the API but I don't understand it

Last updated 2 years ago.
0

@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.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

apache123 apache123 Joined 3 Nov 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.