hexters / paint
Package for Ladmin template
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
README
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' ], . . .