Controllers

Controllers

Controllers in LaraOne are either Frontend or Backend Controllers. They can be found under app\Http\Controllers\ in one of these two folders:

  • Backend - used by Admin Panel and Authentication routes
  • Frontend - used for content rendering and public comments

The only exception is InstallerController which is found directly under app\Http\Controllers folder. This controller is used by CMS Install Wizard.