PHPackages                             jiny/jinyshop - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. jiny/jinyshop

ActiveProject[Admin Panels](/categories/admin)

jiny/jinyshop
=============

The skeleton application for JinyERP

4232HTML

Since Aug 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jinyphp/jinyshop)[ Packagist](https://packagist.org/packages/jiny/jinyshop)[ RSS](/packages/jiny-jinyshop/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

JinyERP V2.1
============

[](#jinyerp-v21)

`지니ERP`은 지니PHP를 기반으로 제작된 전사적 업무지원 서비스입니다.

설치
--

[](#설치)

지니ERP는 라라벨을 기반으로 개발 되었습니다. 이를 사용하기 위해서는 PHP언어와 컴포저, nodejs, 그리고 Mysql과 같은 RDBMS가 필요로 합니다.

먼저 기본 골격의 지니ERP를 설치합니다.

```
composer create-project jiny/jinyerp 프로젝트
```

### 패키지 및 모듈

[](#패키지-및-모듈)

지니ERP의 주요기능을 새로운 네임스페이스 `jiny`와 `modules`로 시작합니다. 이는, 프로젝트 루트폴더에 직접 확장기능을 설치하여 사용할 수 있습니다.

### 환경설정 및 DB 마이그레이션

[](#환경설정-및-db-마이그레이션)

데이터베이스 연동을 위하여 `.env`를 수정합니다. 지니PHP는 기본적으로 Mysql과 같은 RDBMS를 사용합니다.

> 라라벨 11버젼 부터는 기본 DB가 SQLight로 설정되어 있습니다. SQLight를 사용하기 위해서는 php.ini에서 pdo\_sqlight 드라이버를 확장해 주어야 합니다.

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
```

> 데이터베이스 연결을 위해서 먼저, mysql 접속 터미널 에서 사용자와 스키마를 생성해 주어야 합니다. 또한, 테이블 생성 및 변경을 위한 권환도 같이 부여해 주셔야 합니다.

초기 테이블을 생성합니다. 이를 위해서 라라벨의 `migrate`명령을 실행합니다.

```
php artisan migrate
```

### CSS 및 Asset 설치

[](#css-및-asset-설치)

front 화면을 처리하기 위한 css 및 assets 을 빌드합니다. 이를 위해서는 nodejs가 필요로 합니다.

```
npm install
npm run build

```

### 서버 실행

[](#서버-실행)

데이터베이스와 화면 assets 이 빌드가 완료가 되었으면, PHP 내장 웹서버를 통하여 프로젝트를 실행합니다.

```
php artisan serve

```

사이트 구축 및 디자인
------------

[](#사이트-구축-및-디자인)

지니PHP는 라라벨을 기반으로 손쉽게 웹사이트를 구축할 수 있는 기능들을 제공합니다. 지니PHP는 유연한 웹사이트 구축을 위하여 테마와 slot 개념을 가지고 있습니다.

### 테마

[](#테마)

프로젝트 루트에 위치한 `/theme`폴더 안에는 다양한 테마를 포함하고 있습니다. 테마는 모든 사이트를 래핑하며, 동일한 컨셉의 사이트를 생성하고 일관성을 유지할 수 있습니다.

### www-slot

[](#www-slot)

`/resources/www` 폴더가 추가됩니다. 지니PHP는 정적페이지를 url과 동일하게 매핑하여 자동으로 페이지를 출력합니다. 또한, slot을 적용하시면 `/resources/www/slot1` 을 접근 endpoint로 변경하여 페이지를 출력하게 됩니다.

기술문서
----

[](#기술문서)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/75c5c65bda6186b73346a67470690630aa2b6e086e28bfd1e9e56ae412e44fbe?d=identicon)[hojinlee](/maintainers/hojinlee)

---

Top Contributors

[![infohojin](https://avatars.githubusercontent.com/u/18171333?v=4)](https://github.com/infohojin "infohojin (38 commits)")[![hyoon1129](https://avatars.githubusercontent.com/u/81309533?v=4)](https://github.com/hyoon1129 "hyoon1129 (31 commits)")[![LTSGOD](https://avatars.githubusercontent.com/u/78635028?v=4)](https://github.com/LTSGOD "LTSGOD (27 commits)")[![ngj1129](https://avatars.githubusercontent.com/u/109222760?v=4)](https://github.com/ngj1129 "ngj1129 (21 commits)")[![woojun827](https://avatars.githubusercontent.com/u/65668963?v=4)](https://github.com/woojun827 "woojun827 (2 commits)")

### Embed Badge

![Health badge](/badges/jiny-jinyshop/health.svg)

```
[![Health](https://phpackages.com/badges/jiny-jinyshop/health.svg)](https://phpackages.com/packages/jiny-jinyshop)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
