Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Symfony フレームワークを使用してオープン ソース アプリケーション (OrangeHRM) を開発しています。プロジェクトの環境を本番環境から開発環境に変更するにはどうすればよいですか?
index.php のコピーを frontend_dev.php という名前で作成し、構成行を次のように変更するだけです。
$configuration = ProjectConfiguration::getApplicationConfiguration('frontend', 'dev', true);
その後、プロジェクトにアクセスするだけですhttp://domain.com/frontend_dev.php
http://domain.com/frontend_dev.php