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
(since views can also be in the vendor folder and other places stripping away resources/views too seems a bit too much, so that's why I'm suggesting just the base_path())
The text was updated successfully, but these errors were encountered:
Problem Statement
When playing around with Laravel Folio I noticed the view spans have the full path the the views:
This is a little on the long and verbose side.
Solution Brainstorm
We should remove
base_path()
from those view paths turning:In just:
(since views can also be in the vendor folder and other places stripping away
resources/views
too seems a bit too much, so that's why I'm suggesting just thebase_path()
)The text was updated successfully, but these errors were encountered: