Home
About Us
Docs
Tutorials
Store
Blog
Showcase
Contact
Get LaraPress
Home
About Us
Docs
Tutorials
Store
Blog
Showcase
Contact
Get LaraPress
Tutorials
How to Installation LaraPress CMS?
How to Make a Theme in LaraPress CMS?
How to Make 'master' Blade
How To make Index Blade?
How to make page blade?
How to make single blade?
How to make sideber blade?
How to make slider blade?
How to make custom routing?
How to make gallery?
How to make news page query?
How to make template?
route.blade.php
{{ url('/dashboard')}} //admin page
{{ url('/logout')}}
{{ url('/login')}}
{{ url('/register')}}
{{ url('single/'.$post->id) }} //all details of single page link
{{$post->thumbnail_path}} //single page thumbnails
{{ $page->thumbnail_path }}