@IanSirkit. That's just the regular API Docs. I already know about that. I'm talking about a special set of Docs I found that had CLICKABLE LINKS that would take you straight to the SOURCE CODE (on GitHub IIRC) for whatever method you were looking at. Unless I'm blind, the Docs at the link you provided don't have that feature.
I'm having this same problem too! Where'd that documentation with the embedded source code go!?
@russdirks & @mattpotts: I ran into the same issue. It got annoying so I threw together a user script that transforms the at line N
annotations into links to the corresponding framework files on GitHub.
In case you're interested, here's the link: laravel-doc2src-linker
Nothing fancy, it's basically just mapping namespaces to their respective directories in the appropriate branches. Anything in the \Illuminate\*
namespace should trigger it.
Hopefully this won't be useful for long.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community