発生している問題・エラーメッセージ
現在vagrantを使ってSymfonyを勉強しているのですが、 プロジェクト作成後 php bin/console server:run とすると Command "server:run" is not defined. Did you mean one of these? server:dump server:log このようなものが出てしまい実行できません。
試したこと
skeletonで作成したプロジェクトは実行できました。
webkit-skeletonで作成したものが実行できません。
追記:
symfony server:startとすると
-bash: symfony: コマンドが見つかりません
が出てきてしまいます。
引数なしで、php bin/console としてみたたところ、
skeletonで作成したプロジェクトには
server
server:run Runs a local web server
server:start Starts a local web server in the background
server:status Outputs the status of the local web server
server:stop Stops the local web server that was started with the server:start command
が表示されるのに対し、
webkit-skeletonで作成したプロジェクトは
security
security:encode-password Encodes a password.
server
server:dump Starts a dump server that collects and displays dumps in a single place
server:log Starts a log server that displays logs in real time
translation
translation:update Updates the translation file
が表示されます。
補足情報(FW/ツールのバージョンなど)
PHP 7.1.33
Symfony 4.4.4
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2020/02/06 23:48
2020/02/07 03:26
2020/08/04 15:12