I cloned the Cakephp source code from github and follow the cookbook to get started.
But it confuse me a lot for many files mentioned in the cookbook missing in the github repository.
Say config/app.default.php (Cookbook3.x p341), I want to configure the database connection, but there is no directory name config on github, and the only App.php I could found is in the Core directory, and it isn't look like a configuration file at all.
Is it wrong for me to just clone the source code from github?
I can't install cakephp with composer, I have to install cakephp in the source code way.
ps.Win7 + php5.6 + cakephp 3.1.7