/paint

Ladmin template collections

Primary LanguageBladeMIT LicenseMIT

Paint (Ladmin Template)

Latest Stable Version Total Downloads License

View complete documentation for Ladmin Package →

Installation

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

Vintage Template

Open config/ladmin.php file and change template option.

. . .

'template' => [
    'module' => 'paint',
    'framework' => 'vintage'
],

. . .

Vintage Template