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 using the --prefix from the scaffold command.
Controllers, Requests, Models and Views respect the prefix.
However Database factories and seeders do not, this would be a case of merging the namespace prefix.
This is particularly of need to factories as Laravel convention for model discovery from the factory maps the factory namespace to the model namespace.
model_schemas could merge the views prefix.
The text was updated successfully, but these errors were encountered:
When using the
--prefix
from thescaffold
command.Controllers, Requests, Models and Views respect the prefix.
However Database factories and seeders do not, this would be a case of merging the namespace prefix.
This is particularly of need to factories as Laravel convention for model discovery from the factory maps the factory namespace to the model namespace.
model_schemas could merge the views prefix.
The text was updated successfully, but these errors were encountered: