For now it's assumed in some places that models are located in "app/models".
In some places we can edit the model path such as in the tinker command where with the -d flag we can change the directory from which models are loaded.
It's fine, but it would be better to have a configurable location as for other features of the framework. We could register something like this in the kernel:
For now it's assumed in some places that models are located in "app/models". In some places we can edit the model path such as in the tinker command where with the
-d
flag we can change the directory from which models are loaded.It's fine, but it would be better to have a configurable location as for other features of the framework. We could register something like this in the kernel:
and be able to edit it later.