PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, February 21, 2022

[FIXED] CakePHP composer Terminal flashes and disappears

 February 21, 2022     cakephp, cakephp-3.0, composer-php, php     No comments   

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

  1. Open a command prompt:

    • WinKey+R
    • Input "cmd".
    • Enter
  2. Chdir to your app directory:

    C:\Users\me> cd /path/to/cakephp/app
    
  3. Run cake:

    C:\path\to\cakephp\app> bin/cake
    

See:

  • Cookboox 3.x: Code Generation with Bake


Answered By - Inigo Flores
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing