https://github.com/jinyphp/start
https://github.com/jinyphp/start
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jinyphp/start
- Owner: jinyphp
- License: mit
- Created: 2024-04-12T15:53:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T16:39:37.000Z (about 2 years ago)
- Last Synced: 2025-01-05T16:31:18.741Z (over 1 year ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Jiny Start
라라벨 설치하기
```
composer create-project laravel/laravel 프로젝트
```
지니PHP 페키지 설치하기
```
composer require jiny/start
php artisan migrate
```
테마 설치하기
```
```
리소스 설치 및 빌드
```
npm install
npm run dev
```