Skip to content

yasu-s/fuelphp-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuelphp-sample

概要

  • FuelPHP のサンプルソース

開発環境について

  • Visual Studio Code
    • Remote - Containers
  • Docker Desktop

実行

  • php composer.phar update パッケージインストール
  • php -S 0.0.0.0:8000 で実行 http://localhost:8000/public へアクセスする

ユニットテスト

  • php oil test で実行。
  • FuelPHP 1.8 の場合、PHPUnitがだいぶ古いバージョンになる。

参考URL