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
When installing with spark several files are copied to App namespace and a conversion is made dealing with their namespaces.
However, when App view-files are loaded, several path error appear as namespace get converted to Auth\Views\etc... instead of \App\Views\Auth\etc...
<?= view('\App\Views\Auth\_header') ?>
This happens in all of the Auth View files, but _footer, _message_block and _navbar
The text was updated successfully, but these errors were encountered:
MGatner
added a commit
to MGatner/myth-auth
that referenced
this issue
Apr 23, 2019
When installing with spark several files are copied to App namespace and a conversion is made dealing with their namespaces.
However, when App view-files are loaded, several path error appear as namespace get converted to Auth\Views\etc... instead of \App\Views\Auth\etc...
<?= view('\App\Views\Auth\_header') ?>
This happens in all of the Auth View files, but _footer, _message_block and _navbar
The text was updated successfully, but these errors were encountered: