CakePHP 3.5 released!

CakePHP 3.5.0 Released! This is the first stable release of 3.5.0. Read more about the latest version on the Bakery

Read more here…

2 Likes

It’s a great feelings for me that i am using new CakePHP 3.5.0. I am just create a fresh CakePHP 3.5.0 project using composer. but my bin/cake server command not working for me. Is that bake command are remove from CakePHP 3.5.0.?

Ok i found the solution i have to create CakePHP 3.5.0 project using this command
composer create-project --prefer-dist cakephp/app [application_name] instated of
composer create-project --prefer-dist cakephp/cakephp [application_name]

You will find more in this link https://github.com/cakephp/app CakePHP Application Skeleton.

1 Like

after install, i do not see navigation although default.ctp have to.
i want create navigation bar, how suite i do?