laraviet/backpackui1

Style CRUD of Backpack Generator UI

1.0.1 2019-01-18 05:08 UTC

This package is auto-updated.

Last update: 2024-04-18 17:36:01 UTC


README

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