📄Page
Last updated
Last updated
you can build a custom page inside your Module to make a custom page with a custom vuejs file using just 1 command
to build a page just run
now go to your module service provider and add this line on boot() method:
now generate a low case from name of page role
it will ask you about the page name and the module name, and I will generate a page for you inside Modules/ModuleName/Pages/PageNamePage.php
and another filer for vuejs inside Modules/ModuleName/Resources/views/PageName.vue
and you can now add what you when inside it