Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 490 Bytes

readme.md

File metadata and controls

24 lines (15 loc) · 490 Bytes

BackpackUI1

Style CRUD of Backpack Generator UI

Prerequisite

Need to install Backpack to your Laravel project first following this instruction

Installation

Via Composer

$ composer require laraviet/backpackui1

Usage

In generated CRUD Controller, add below lines into end of setup() method

$this->crud->setListView('backpackui1::theme.list');
$this->crud->removeButtonFromStack('create', 'top');