Composer 14

PHP DB가 없는 CMS 프로젝트 GRAV

Grav - A Modern Flat-File CMS | Grav Installation | Grav Documentation markdown을 이용한 DB없이 홈페이지CMS 구축 프로젝트 GRAV Installation composer create-project getgrav/grav grav Run php -S localhost:8000 system/router.php http://localhost:8000/ 접속하면 된다. 페이지 추가/수정 Grav 설치위치에서 user/pages/ 폴더에 {숫자.페이지이름} 형식으로 폴더를 추가하면 된다. 폴더에 default.md 파일을 추가하면 자동 랜더링 된다. 폴더에 default.md 파일이 없으면 404에러가 표시된다. 정상적으로 페이지를 추가 했다면 ..

lang/php 2018.07.19

Packagist.org Git 프로젝트 등록

내가 만든 PHP Composer 패키지를 Packagist.org 에 등록하는 방법 순서 packagist.org 로그인 - github.com 계정으로 회원가입이 가능하다. Package 올리기 자동 업데이트 설정 Package 올리기 다른건 참고 페이지 내가 만든 PHP Composer 패키지를 Packagist.org 에 등록하는 방법를 보면 잘 설명이 되어 있다. 이 페이지에서는 composer.json과 패키지를 등록하는걸 정말로 간단하게 정리 하겠다. 물론 내용은 필자가 한번보고 기억을 해내고, 아하~ 이랬었지라고 되새김 하기 위한 용도이다. github.com 에 프로젝트가 있어야 한다. 없다면 만들어야 한다. 해당 프로젝트에는 composer.json 파일이 있어야 한다. composer..

vcs 2018.07.06

PHP math-php

markrogoyski/math-php 20 Awesome PHP Libraries For Early 2017 Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra PHP를위한 강력한 현대 수학 라이브러리 : 설명적인 통계 및 회귀 분석 기능; 연속적이고 이산 된 확률 분포; 행렬 및 벡터를 이용한 선형 대수학, 수치 해석; 특별한 수..

lang/php 2017.06.01
반응형