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-landy-theme:setup
command.A folder named
landy-theme
will be created in theresources/view/badaso/theme/page
folder.Inside the
landy-theme
folder, there will be a folder namedpages
. Create a .php file inside thepages
folder with the same name as the page. For example, if you want to override thelanding-page
page, you can create alanding-page.blade.php
file in thepages
folder.You can see the available page that can be overridden in the
vendor/badaso/landy-theme/src/resources/view/pages
file.