Patch version LCRUD 2.0
kangopik
Bellow is list minor issue on version 2.0 .
If you want to fix it , follow this intruction :
1. Set default group for new user registrant ( March , 29 2014 )
file location :
protected/app/controllers/UserController.php
change line 37:
$authen->active = '0';
/* set new users as group 3 */
$authen->group_id = '3';
/* end add code */
$authen->save();
2....
6:15 AM
Patch Issue
Master Detail ( Laravel CRUD V2 )
kangopik
7:21 PM
Tutorial Laravel
Formating rows on grid table
kangopik
Now let's continue our tutorial , in this section we will guide you to format rows grid at module generated by LCRUD v2.
After created module , app creating folowing files :
protected
app
controllers
YourmoduleController.php
models
Yourmodule.php
views
yourmodule
index.blade.php
form.blade.php
view.blade.php
Now open index.blade.php with your favorite...
6:27 AM
Tutorial Laravel
Working with MySQL Statement
kangopik
10:34 AM
Tutorial Laravel
Contact Form in Laravel ( LCRUD V2 )
kangopik
3:28 AM
LCRUD tips & Trick
Create Pages Using LCRUD v.2
kangopik
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...
11:33 PM
Tutorial Laravel
Create Simple CRUD ( Laravel 4.1 ) using LCRUD
kangopik
11:32 PM
Tutorial Laravel
Subscribe to:
Posts
(
Atom
)