Module Development
Module Development
How do I register a custom Vue component for my module
To register a Vue component for our module, we will need to create a JavaScript file for our comp...
Anatomy of a custom module
└─ module └─ database └─ migrations └─ public └─ resources ...
How do I create a custom module?
When interacting with the admin, especially when making a custom module, it is important to requi...
How do I setup routes for my custom module?
There are a few necessary steps to create and properly configure module routing. Creating routes ...