An open API service indexing awesome lists of open source software.

https://github.com/jinyphp/_laravel


https://github.com/jinyphp/_laravel

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

          

# jiny Laravel
라라벨 기반 jinyPHP Start Kit 입니다.

## asset 리소스 컴파일
jinyPHP와 라라벨은 tailwind Css 기반으로 제작됩니다. 저장소를 복제후 npm을 통한 패키지 설치 및 컴파일을 진행합니다.

```
npm install
npm run dev
```

## 라라벨 실행하기

```
php artisan serve
```