Thanks but no this. It is file helper like File::exist ('path');
Are you asking for the documentation?
File::exists
is just calling file_exists. The source for the File
helper is available here: https://github.com/laravel/framework/blob/master/src/Illuminate/Filesystem/Filesystem.php
If that isn't your question please elaborate :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community