前提・実現したいこと
PHPフレームワークLaravel Webアプリケーション開発
という本にて勉強していますLaravel初心者です。
環境構築中で
Vagrant起動直後の画面
No input file specified.
の確認は出来ましたが、Laravelプロジェクトの作成後
エラーが出てしまいます
PHPのバージョンは8.0より前ですので、エラーが出ない
ものだと思っておりましたが、実際はエラーが出て
しまいます。
発生している問題・エラーメッセージ
Deprecated: Method ReflectionParameter::getClass() is deprecated in /home/vagrant/code/sampleapp/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 811
Deprecated: Method ReflectionParameter::getClass() is deprecated in /home/vagrant/code/sampleapp/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 885
Deprecated: Method ReflectionParameter::getClass() is deprecated in /home/vagrant/code/sampleapp/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 811
Deprecated: Method ReflectionParameter::getClass() is deprecated in /home/vagrant/code/sampleapp/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 885
補足情報(FW/ツールのバージョンなど)
vagrant@homestead:~/code/sampleapp$ php artisan --version
Laravel Framework 5.5.50
C:\Users\user\Homestead>php --version
PHP 7.2.34 (cli) (built: Oct 1 2020 10:24:14) ( ZTS MSVC15 (Visual C++ 2017) x64 )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー