简体   繁体   中英

How to differentiate the admin and front end in laravel4?

I have just started to work on laravel 4. I need to make differentiate the admin and fornt.

Like AdminController.php and FrontController.php in codeigniter. Is it possible in laravel4 or any other technique?

Thanks

You could create separate controllers, or you could create a different bundle/package for each

see the docs http://laravel.com/docs/packages

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM