是否有更完整的Laravel 5.1手册? [关闭]

I’m using Laravel for a project and it’s a great framework, but the manual often falls short.

For example, I’m trying to figure out how to use named routes in the view using Blade, but the manual explains how to declare them and how to use it in the backend but ends there. I'm pretty sure there's a way to generate a URL using the name of the route.

This isn’t the only problem I’ve ran into where I can’t get the whole story on the manual. Do you know of a place where I can read the more complete manual?

No. You have linked to the official manual. However, there are a lot of great resources out there:

What you are looking for are the URL helper functions.

Edit: Oh yeah, the full API is also available.