The documentation/API doesn't cover every single class or function.
Dig into the code, you'll find the class Filesystem
(under Illuminate\Filesystem
).
It's just a wrapper for the PHP function file_exists
.
why don't add it to laravel helper docs?
I don't know.
I'd argue that better to read the code for yourself than to rely on documentation. You'll learn more and find it more reliable.
@yuomtheara // I totally agree that it's hard (is it?) to find, but it is actually documented.
If you go to http://laravel.com/docs/facades#facade-class-reference and click the Filesystem.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community