The Namespace Models scans your Laravel application for Models and moves them under the app/Models
folder.
A Laravel application running Laravel 5.1 or higher.
The app/Models
folder existed in earlier versions of Laravel. Laravel 5 moved models to the top-level of the app
folder by default. However, analytics show when the number of models grows into the double digits it is still common practice to organize models under app/Models
.
app/Models
folder.::class
references.While the Namespace Models Shift automates changes within your application code, there may be additional model references outside your code - such as database relationships and environmental configuration.
Sign in with any of the following services to connect Shift with your Laravel project.
Don't use one of these services?
Temporarily push your project to a free, private repository on one of these cloud-based services or upgrade your project locally with Shift for Docker.