You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I have exact same problem. Model.php should really be near the top of the list by just searching for Model, but fuzzy finder doesn't even show this file in the result set unless more info is given.
At PHP, the folder representation is a backlash, so a PHP Class:
Illuminate\Database\Eloquent\Model
will be at folderIlluminate/Database/Eloquent/Model.php
.I think we should ignore backlashes or replace
\
with/
, as i never saw any file using\
on it.If i search for
Illuminate/Database/Eloquent/Model
orIlluminateDatabaseEloquentModel
works just fine, so either way works, ignoring or replacing.The text was updated successfully, but these errors were encountered: