Custom controllers

Our system follows a simple MVC pattern which is straight forward and simple to understand. We've stripped out the complex design patterns to make the onboarding process and customization as simple as possible.

Let's supercharge what we have at the moment and build our very own customer management portal

The basic tenets for creating our own custom controllers is simple, we need to create.

  • Custom controller
  • Custom model
  • Custom view

IMPORTANT: Make sure you create all your custom controllers in the app > Http > Controllers directory and all you models in the app > Models directory and all the view files in the resources > views > custom directory