Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

YusukeOno/FuelPHPStudy

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuelPHPStudy

Studying is fun for me. FuelPHP Version: 1.8.2

「はじめてのフレームワークとしてのFuelPHP第2版(3) 実践」をDocker環境で構築してみました。

公開側フォーム

http://localhost/form or https://localhost/form

管理側フォーム

http://localhost/admin or https://localhost/admin

ID:admin PW:password

phpMyAdmin

http://localhost:8080/

Dockerコンテナ構成

HTTPSエンドポイントコンテナ(ローカルホストのみ有効):steveltn/https-portal:1
Webコンテナ:CentOS 7.7.1908,Apache 2.4.6,PHP 5.4.16 with Xdebug v2.2.7
DBコンテナ:mariadb-5.5.64-trusty
phpMyAdminコンテナ:phpmyadmin/phpmyadmin

Dockerコンテナ構成

環境構築の手順

$ docker-compose -f docker-compose.yml up -d --build

HTTPSを有効にする場合 (localhost ONLY.)

$ docker-compose -f docker-compose.yml -f docker-compose.local-https-portal.yml up -d --build

No Composer autoloader found. *** とブラウザに表示された場合

$ docker-compose down
$ docker-compose run --rm web php composer.phar install

ユニットテスト

$ docker exec -it web-container /bin/bash
$ php oil test --group=App
$ php oil test --group=Functional

素晴らしい本

はじめてのフレームワークとしてのFuelPHP第2版(3) 実践編

About

Studying is fun for me. FuelPHP

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.