https://github.com/jinyphp/_laravel
https://github.com/jinyphp/_laravel
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jinyphp/_laravel
- Owner: jinyphp
- Created: 2022-02-07T04:33:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T04:41:03.000Z (over 4 years ago)
- Last Synced: 2025-01-05T16:32:55.297Z (over 1 year ago)
- Language: PHP
- Size: 335 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jiny Laravel
라라벨 기반 jinyPHP Start Kit 입니다.
## asset 리소스 컴파일
jinyPHP와 라라벨은 tailwind Css 기반으로 제작됩니다. 저장소를 복제후 npm을 통한 패키지 설치 및 컴파일을 진행합니다.
```
npm install
npm run dev
```
## 라라벨 실행하기
```
php artisan serve
```