Chapter · 4 pages
Module Development
Pages in this chapter
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...
PAGE
Anatomy of a custom module
└─ module
└─ database
└─ migrations
└─ public
└─ resources
...
PAGE
How do I create a custom module?
When interacting with the admin, especially when making a custom module, it is important to requi...
PAGE
How do I setup routes for my custom module?
There are a few necessary steps to create and properly configure module routing.
Creating routes
...
PAGE