Issue
I have just installed CakePHP with Composer.
My problem is that when I try to run the terminal it just flashes and disappears. Has anybody ever encountered this issue and how have gone around it?
I am using XAMMP server.
Solution
Open a command prompt:
- WinKey+R
- Input "
cmd
". - Enter
Chdir to your
app
directory:C:\Users\me> cd /path/to/cakephp/app
Run
cake
:C:\path\to\cakephp\app> bin/cake
See:
- Cookboox 3.x: Code Generation with Bake
Answered By - Inigo Flores
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.