Home  >  Q&A  >  body text

php - How to create resource controller in laravel subdirectory

There is a backend directory under the controllers directory. How can I use artisan to create a new controller in this directory?

伊谢尔伦伊谢尔伦2686 days ago564

reply all(1)I'll reply

  • 淡淡烟草味

    淡淡烟草味2017-05-19 10:09:41

    make:controller Backend \ UserController --resource

    reply
    0
  • Cancelreply