Create Pages Using LCRUD v.2
Page CMS is new features in Laravel CRUD & Administrator version 2.0.This feature allow you to create page for frontend ( Public ) or Private.
Before you begin creating pages , you have to know that LCRUD create file everytime you create pages , its mean you have full control to insert everything in content such tag php , css , javasript etc .
Lets start :
Go to Tools > page CMS > click button create
Fill all input form such title , alias and filename. Then control wich group are able to access the page .
If you plan to make visible accessed by public and registered users , you just need to check allow guest checkbox form .
Now write page content in right column form .
Use this template as basic template
<div class="page-content row"> <div class="page-header"> <div class="page-title"> <h3> Page Title <small> Your Page Note ( Sub header tab ) </small></h3> </div> </div> <div class="breadcrumb-line"> <ul class="breadcrumb"> <li><a href="{{ URL::to('') }}">Home</a></li> <li class="active"> Your Page Title </li> </ul> </div> <!-- Your page content goes here --> <!-- End Your page content goes here --> </div>
Once you done , submit button form .
Now you need to create menu and linked to new page .
That's it !
Hopely this will help you .
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment