https://github.com/hexters/paint
Ladmin template collections
https://github.com/hexters/paint
Last synced: 4 months ago
JSON representation
Ladmin template collections
- Host: GitHub
- URL: https://github.com/hexters/paint
- Owner: hexters
- License: mit
- Created: 2022-04-01T23:16:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T22:50:04.000Z (about 4 years ago)
- Last Synced: 2026-01-12T14:44:15.524Z (5 months ago)
- Language: Blade
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paint (Ladmin Template)
[](https://packagist.org/packages/hexters/paint)
[](https://packagist.org/packages/hexters/paint)
[](https://packagist.org/packages/hexters/paint)
View complete documentation for [Ladmin Package →](https://github.com/hexters/ladmin)
# Installation
Add the repository by running the command below.
```bash
$ composer require hexters/paint
```
Publish the module by running the command below.
```bash
$ php artisan vendor:publish --tag=paint-module --force
```
Run mix manifest.
```bash
$ cd Modules/Paint
$ npm install
$ npm run prod
```
# Vintage Template
Open `config/ladmin.php` file and change template option.
```php
. . .
'template' => [
'module' => 'paint',
'framework' => 'vintage'
],
. . .
```
