Creating controllers, models, migrations on the server via the console
P it is faster and more convenient to create and "copy paste" the files themselves in the "storm", however, such methods can also be useful to someone.
Creating an Article Page Controllerphp artisan make:controller Pages/ArticlesController
Creating a migration for articlesphp artisan make:migration create_articles_table
Creating a model for articlesphp artisan make:model Models/core
← Back