{{ $pageTitle }} {{ $pageNote }}
- Getting Started
- Create Module
- Create Menu
- Edit Module
- Faucibus porta lacus fringilla vel
User Guide
These documents will guide you step by step to get speed up with Laravel Builder as possible.
Before read this document , the most important thing that you should have some basic knowledge at these folowing item
Let's Start !
Create Module
What's Module ? A module is a part of a program under application / group . As We mention above application are composed by one or more independently modules . A module contain one or several routines that we call CRUDSD ( Create Read Update Delete Search and Download ).
By default at the first time you create module , system will generate thoose routines . Except if your database table doesnt contain primary key , it only create routins View , Search and Download
For module type blank template
they only contain one routins task , View / Read
Create module step :
Before you create module , you have to create table for module you will created . this app doest have feature to create table database , so you need phpmyadmin or other mysql tools for creating table
Click Create Button
Click Create Module Button
Creating Menu
After made module you need to create menu and linked it to your new module
Go to Tools >> Navigation
Click Submit Button
Now click your new menu , you should see your new module
Editing Module
Of course you need to make some changes to your module such lable , fields to download , who can access , add , edit and delete
Go to Tools >> Module & Builder