Laravel 8 released on September 8th, 2020 the improvements made in Laravel 7. Laravel 7 has no Models directory, and it become incovinient when number of models used in projects exceeds, especially in larger projects. While the artisan:make model command will create the model in the app/Models directory in Laravel .