laraviet/backpackui1

Style CRUD of Backpack Generator UI

Downloads

112

Stars

2

Version

1.0.1

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');
laraviet

Author

laraviet