简体   繁体   中英

cakephp3 bake console don't bake

I installed xampp7 and composer3 and I got cakephp3.1 with composer. Everything was ok and I saw cakephp homepage. Then I tried to start baking with this codes.

composer require --dev cakephp/bake:~1.0

and then

cake bake

But it gives me an error.

PHP Fatal error: Class 'Cake\Shell\Task\SimpleBakeTask' not found in 'src\Shell\Task\ShellTask.php' on line 6

I also tried the following codes and they were properly executed.

cake
cake migrations

What is wrong?

I download cakephp-3.2-RC1 from github. It's bake console work properly and has no problem. I don't know what does cause the problem. But this is a simple solution that works for me :) When I replaced the src/Shell folder of this version(cakephp-3.2-RC1) with that version, it's problem solved.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM