View complete documentation for Ladmin Package →
Add the repository by running the command below.
$ composer require hexters/paint
Publish the module by running the command below.
$ php artisan vendor:publish --tag=paint-module --force
Run mix manifest.
$ cd Modules/Paint
$ npm install
$ npm run prod
Open config/ladmin.php
file and change template option.
. . .
'template' => [
'module' => 'paint',
'framework' => 'vintage'
],
. . .