Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lvncer/php-sample-projects
php練習用のプロジェクトです。XAMPPを利用します。
https://github.com/lvncer/php-sample-projects
mysql php xampp
Last synced: 13 days ago
JSON representation
php練習用のプロジェクトです。XAMPPを利用します。
- Host: GitHub
- URL: https://github.com/lvncer/php-sample-projects
- Owner: lvncer
- License: mit
- Created: 2024-06-17T14:27:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T07:15:16.000Z (7 months ago)
- Last Synced: 2025-01-15T12:07:25.855Z (30 days ago)
- Topics: mysql, php, xampp
- Language: PHP
- Homepage:
- Size: 1.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpProjects
このリポジトリには PHP プロジェクトが含まれています。以下の手順に従って、XAMPP 環境でこのプロジェクトを実行できます。
## 前提条件
- [XAMPP](https://www.apachefriends.org/index.html)がインストールされていること
- Git がインストールされていること## セットアップ手順
1. **XAMPP のインストール**
XAMPP をまだインストールしていない場合は、[公式サイト](https://www.apachefriends.org/index.html)からダウンロードしてインストールしてください。
2. **XAMPP の起動**
XAMPP コントロールパネルを開き、`Apache` サーバーと`MySQL`サーバーを起動します。
3. **プロジェクトのクローン**
コマンドラインを開き、XAMPP の `htdocs` ディレクトリに移動します。
```sh
cd C:\xampp\htdocs
git clone https://github.com/hellotksan/phpProjects.git
```4. **表示方法**
ブラウザ上で下記 URL を検索する。
```uri
http://localhost/phpProjects
```