hexters/paint

Package for Ladmin template

Maintainers

Details

github.com/hexters/paint

Source

Issues

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

1.0.3 2022-04-05 22:36 UTC

This package is auto-updated.

Last update: 2024-04-06 03:26:56 UTC


README

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