📌  相关文章
📜  如何在 laravel 中的文件夹内创建控制器 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:38.626000             🧑  作者: Mango

代码示例4
Want to create controller in a folder? use it like this:

php artisan make:controller NameOfFolder/nameOfController