본문 바로가기
반응형

Programming79

[Laravel] Laravel 12 + bootstrap starter kit 설치 1. laravel installer 설치composer global require laravel/installer 2. Starter Kits 설치(새로운 Laravel 프로젝트 생성)- blog 라는 이름의 프로젝트로 생성합니다.laravel new blog 3. 프로젝트 폴더 이동cd blog 4. laravel ui 라이브러리 설치 - 기본적인 UI 템플릿과 인증 기능이 제공됩니다.composer require laravel/ui 5. Bootstrap UI 와 인증기능 설정php artisan ui bootstrap --auth 6. Frontend 의존성을 설치하고 빌드npm install && npm run build 7. 프로젝트 실행composer run dev 2025. 3. 17.
[PHP] MSSQL 연동을 위한 드라이버 설치 및 확장 등록하기 PHP에서 SQL 서버(MSSQL) 연동을 하려면 드라이버를 등록해 줘야 합니다. 1. 드라이버 다운로드하기아래 두개 링크중 하나에 들어가서 받으시면 됩니다.첫번째는 MS에서 운영하는 github 이고, 두번째는 MS 공식사이트 링크이며 최신버전이 링크되어 있습니다. https://github.com/Microsoft/msphpsql/releases Releases · microsoft/msphpsqlMicrosoft Drivers for PHP for SQL Server. Contribute to microsoft/msphpsql development by creating an account on GitHub.github.comhttps://learn.microsoft.com/en-us/sql/conn.. 2025. 3. 17.
Visual Studio Code 에서 R 사용하기 Visual Studio Code 에서 R 사용하기 1. R 다운로드 각자의 OS 선택 => base 선택하여 다운로드 https://cloud.r-project.org/ The Comprehensive R Archive Network cloud.r-project.org  2. R 설치- 한국어 선택 후 설치합니다.- 기본적으로 다음..다음... 선택  3. Visual Studio 로 파일 하나 만들어 코딩해보기cat("Hello, R!\n")cat("안녕\n") 2024. 12. 9.
[Classic asp] html 안에서 줄바꿈되도록 데이터 출력하기 1. html 안에서 줄바꿈되도록 데이터 출력하기 별거는 아닌데 줄바꿈되도록 데이터를 출력하는 방법은 아래와 같다.")End Function%>  Replace(str, vbCrLf, "") 이 핵심이다. 2024. 7. 9.
[Wit.ai] 챗봇 만들어보기 https://wit.ai/ Wit.ai wit.ai오늘 알게된 wit.ai Wit.ai는 페이스북이 인수한 무료 자연어 처리(NLP) 플랫폼으로,사용자가 텍스트 및 음성 명령을 이해하고 처리하는 챗봇을 쉽게 만들 수 있도록 도와준다. 오늘은 계정을 생성하고 앱을 만들어 보겠다. 1. Login 혹은 Continue With Meta 버튼 누르기2. Continue With Meta 버튼 누르기3. 나는 Facebook 계정으로..4. 페이스북이랑 연계하라는 말인듯5. 계정 연결 완료! 6. Welcome 이 떴다. 이제 준비 완료 7. 일단 생성해 본다. 8. 생성된 화면이다 9. 다음은 내일 아니면 이따가~ 2024. 6. 12.
Clean Code PHP - 한글판 https://github.com/yujineeee/clean-code-php GitHub - yujineeee/clean-code-php: :bathtub: Clean Code PHP 한글판 :bathtub: Clean Code PHP 한글판. Contribute to yujineeee/clean-code-php development by creating an account on GitHub. github.com 2024. 3. 8.
728x90