how to install good template with laravel
I have followed the steps of the goood template installation guide with laravel, but I have little experience in applying the templates with that frienware, could you help me with a series of more detailed steps please
Replies (1)
Hi,
Firstly please follow all steps described in our doc:
https://preview.keenthemes.com/good/documentation/getting-started/integration/laravel.html
As a result, you will have a working sample, all theme scripts and styles should be connected, and you will have content of index page in file laravel/resources/views/welcome.blade.php.
As a next step, you can use the Laravel router to update the content of the page depending on the route path.
Check doc for more info:
https://laravel.com/docs/9.x/routing
Then you can split HTML code into separate .blazor files and use them on your pages.