2021年4月9日星期五

Laravel, HTML: insert separate template in Main-Template

Im currently learning laravel. Im familiar HTML & Javascript, PHP.

Im planing to Include a File 'Page-Register.html' into the basic File 'APP-Page.html'

<a href="/reg.html">Registration</a>  <div id="Here-comes-Registration-template-if-link-is-clicked"></div>  

if I click on the Registration link. But so far, Im not quiet understand laravel - I'm not familiar with the approach by single-paging (if this is the right term?).

I do not want to be redirected to a new individual page "app-page.php/reg".

What is the best approach? What term I have to look for?

Thanksalot

https://stackoverflow.com/questions/67029875/laravel-html-insert-separate-template-in-main-template April 10, 2021 at 08:57AM

没有评论:

发表评论