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


<?php

namespace App\Http\Controllers;

use 
Illuminate\Http\Request;

class 
xEditorController extends Controller
{
    public function 
index()
    {
        
$xcrud->table('orders');
        
$xcrud->change_type('status','select','','On Hold,In Process,Resolved,Shipped,Disputed,Cancelled');
        
$xcrud->change_type('orderDate','none');
        
$xcrud->change_type('description','texteditor');
        
$render $xcrud->render();
        return 
view('xcrud_simple', ['render' => $render]);
    }
}

Orders

#OrderdateRequireddateShippeddateStatusActionCommentsCustomernumber 
12023-07-29 00:00:0029.07.2023 00:00:0030.07.2020 00:00:00Not Shipped0Great363 View Edit Remove
22023-01-18 00:00:0018.01.2023 00:00:0014.01.2003 00:00:00Shipped0Great Great181 View Edit Remove
32022-02-07 00:00:0007.02.2022 00:00:0002.02.2003 00:00:00Shipped0MMM121 View Edit Remove
42022-02-07 00:00:0007.02.2022 00:00:0019.02.2003 00:00:00Shipped0Hi141 View Edit Remove
52003-02-11 00:00:0021.02.2003 00:00:0012.02.2003 00:00:00Shipped0Item 1145 View Edit Remove
62024-02-24 00:00:0024.02.2024 00:00:0021.02.2003 00:00:00Shipped0Great Item278 View Edit Remove
72003-02-24 00:00:0003.03.2003 00:00:0026.02.2003 00:00:00Shipped0Difficult to negotiate with customer. We need…131 View Edit Remove
82003-03-03 00:00:0012.03.2003 00:00:0008.03.2003 00:00:00Shipped0385 View Edit Remove
92003-03-10 00:00:0019.03.2003 00:00:0011.03.2003 00:00:00Shipped0Customer requested that FedEx Ground is used for…486 View Edit Remove
102003-03-18 00:00:0024.03.2003 00:00:0020.03.2003 00:00:00Shipped0187 View Edit Remove
Search