Override View
To override the view, you can follow the following steps:
You must run the theme setup first by running the
php artisan badaso-post-theme:setup
command.A folder named
post-theme
will be created in theresources/js/badaso/theme
folder.Inside the
post-theme
folder, there will be a folder namedpages
. Create a .vue file inside thepages
folder with the same name as the page. For example, if you want to override thehome
page, you can create ahome.vue
file in thepages
folder.You can see the available page that can be overridden in the
vendor/badaso/post-theme/src/resources/app/pages/
file.