laraviet/backpackui1 is a Laravel package for style crud of backpack generator ui.
It currently has 2 GitHub stars and 112 downloads on Packagist (latest version 1.0.1).
Install it with composer require laraviet/backpackui1.
Discover more Laravel packages by laraviet
or browse all Laravel packages to compare alternatives.
Last updated
Style CRUD of Backpack Generator UI
Need to install Backpack to your Laravel project first following this instruction
Via Composer
$ composer require laraviet/backpackui1
In generated CRUD Controller, add below lines into end of setup() method
$this->crud->setListView('backpackui1::theme.list');
$this->crud->removeButtonFromStack('create', 'top');