bakeの使い方を学ぶため
cakephp4.0で以下のサイトのチュートリアルを行っています。
https://book.cakephp.org/4/ja/tutorials-and-examples/cms/tags-and-users.html
ここのbin/cake bake model usersなどを実行したいのですが以下のエラーが発生します。
PHP Fatal error: Declaration of Bake\Shell\BakeShell::startup() must be compatible with Cake\Console\Shell::startup(): void in C:\xampp\htdocs\ikdtest\vendor\cakephp\bake\src\Shell\BakeShell.php on line 50
Fatal error: Declaration of Bake\Shell\BakeShell::startup() must be compatible with Cake\Console\Shell::startup(): void in C:\xampp\htdocs\ikdtest\vendor\cakephp\bake\src\Shell\BakeShell.php on line 50
調べ方が間違っているのか調べても同じようなエラーがありません
PS C:\xampp\htdocs\ikdtest> bin/cake bake model users
をxamppのshellやvscodeのターミナルで実行しました。
あなたの回答
tips
プレビュー