Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexters/paint
Ladmin template collections
https://github.com/hexters/paint
Last synced: 20 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T22:50:04.000Z (over 2 years ago)
- Last Synced: 2024-08-13T06:05:52.213Z (3 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)
[![Latest Stable Version](https://poser.pugx.org/hexters/paint/v/stable)](https://packagist.org/packages/hexters/paint)
[![Total Downloads](https://poser.pugx.org/hexters/paint/downloads)](https://packagist.org/packages/hexters/paint)
[![License](https://poser.pugx.org/hexters/paint/license)](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'
],. . .
```![Vintage Template](https://github.com/hexters/assets/blob/main/ladmin-package/paint/vintage/overview.png?raw=true)