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
Hello! I am using PHPStorm IDE and installed your library. Now it shows error on the blade page, the doctype is underlined by red:
@use(App\Models\Menu)
<!DOCTYPE html>
...
Also, when i write smth like: {{ Menu::buildMenu($menu) }}
in the code below, there is no smart help of IDE as if i write the full path: {{ \App\Models\Menu::buildMenu($menu) }}
in the 2nd before method is called - ide shows a list of possible methods. Can this problems be somehow fixed?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello! I am using PHPStorm IDE and installed your library. Now it shows error on the blade page, the doctype is underlined by red:
Also, when i write smth like:
{{ Menu::buildMenu($menu) }}
in the code below, there is no smart help of IDE as if i write the full path:
{{ \App\Models\Menu::buildMenu($menu) }}
in the 2nd before method is called - ide shows a list of possible methods.
Can this problems be somehow fixed?
Thanks.
The text was updated successfully, but these errors were encountered: