LoginSignup

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 5 years have passed since last update.

新しいSymfonyプロジェクト立ち上げメモ

Last updated at Posted at 2017-08-02
cd /var/www/
symfony new project_name

simplexml_import_dom()?を有効にする必要がある。
SimpleXML拡張機能をインストールにして有効にする。
とりあえずphp-xmlをインストールしてみます。で、httpdを再起動。
(どうせ最初なので一旦消してから再実行しようと思います)

yum install php-xml
service httpd restart

できない…。

コマンド変えてみた。

もうぜーんぜんわからん。
yum list | grep phpで探してみた。

yum install -y php71-php-xml

その後apache再起動の上で再作成したらOK!
わーい

チェッカーみるとWARNINGは出てるけど、とりあえず進めます。

0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up