Download Laravel-xCRUD Integration Full Code that includes this full demo


<?php

namespace App\Http\Controllers;

use 
Illuminate\Http\Request;

class 
xRelationController extends Controller
{
    public function 
index()
    {
        
$xcrud Xcrud_get_instance();
        
$xcrud->table('gallery');
        
$xcrud->change_type('image''image'false, array(
            
'width' => 450,
            
'path' => '../uploads/gallery',
            
'thumbs' => array(array(
                    
'height' => 55,
                    
'width' => 120,
                    
'crop' => true,
                    
'marker' => '_th'))));
 
        
$xcrud->column_callback("active","getStatusSwitchRadio_Gallery");
        
$xcrud->create_action("deactivate_gallery","deactivate_gallery");
        
$xcrud->create_action("activate_gallery","activate_gallery");
        
$render $xcrud->render();   
        return 
view('xcrud_simple', ['render' => $render]);
        
    }
}

Simple relation

#FirstnameLastnameOffice in 
1totoessai View Edit Remove
2Gerard23Bondured1London View Edit Remove
3Anthony8BowSydney View Edit Remove
4LeslieJenningsTokyo View Edit Remove
5LeslieThompsonSan Francisco View Edit Remove
6JulieFirrelliBoston View Edit Remove
7StevePattersonBoston View Edit Remove
8Foon YueTsengTokyo View Edit Remove
9George NVanaufNYC View Edit Remove
10LouiBondurLondon View Edit Remove
Search