caffeinated / themes

:art: Laravel Themes package with support for the Caffeinated Modules package.

Home Page:https://caffeinatedpackages.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how create @extends pages in master.blade.php

khanhnam99 opened this issue · comments

I have 3 pages
page.blade.php
page2.blade.php
page3.blade.php
in folder laravel\app\Modules\Blog\Resources\Views

master.blade.php in folder laravel\public\themes\bootstrap\views

how include page.blade.php include into to master.blade.php

commented

My advice is to spend some time learning the basics of Laravel before jumping into trying to make use of this package. Laravel by itself is more than capable to building out a blog application.

For questions like these, I'd like to point you to the following communities that can help you out more than I can:

Laracasts is also an excellent learning resource that I highly recommend. In fact, the following series is completely free and provides an excellent introduction to the basics of Laravel:

The Laravel documentation is also an excellent resource, here's the page specifically on the Blade templating system:

I hope all of this helps and good luck in your learning endeavors.