laraviet/backpackui1

Style CRUD of Backpack Generator UI

Installs: 112

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

pkg:composer/laraviet/backpackui1

1.0.1 2019-01-18 05:08 UTC

This package is auto-updated.

Last update: 2025-10-18 21:02:50 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');