How does laravel implement controller grouping? For example, front-end, backend?

Source: Internet
Author: User
How does laravel implement controller grouping? For example, front-end, backend? This question should be quite common. How does laravel Framework Group controllers? For example, front-end, backend?
This problem should be quite common.

Reply content:

How does laravel implement controller grouping? For example, front-end, backend?
This problem should be quite common.

Create a folder group so that the folder can be clearly separated. For example, you can directly create the Home folder under the Controllers file to store the front-end controller, and create the Admin folder to store the back-end controller.
You can directly create a controller in the command line.

// Create the foreground controller php artisan make: controller Home/NameController. php // create the background controller php artisan make: controller Admin/NameController. php

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.