1. Getting Started
  2. Create Module
  3. Create Menu
  4. Edit Module
    1. Basic Info
    2. MySQL Editor
    3. Grid Table Setting
    4. Form Setting
    5. Master Detail
    6. Permission
    7. Rebuild
  5. 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

  1. Laravel PHP Framework
Please Note . This tools does not have feature for create table database, so you need to create database using other tools such PHPMYADMIN , MAESTRO etc

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

Go To : Tools App & Module Create Module

Click Create Button

Click Create Module Button

Congratulation your first module are created !

Creating Menu

After made module you need to create menu and linked it to your new module

Go to Tools >> Navigation

Click Submit Button

Congratulation your first Menu are created !

Now click your new menu , you should see your new module

It's easy right ?

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