A simple CakePHP 3 application to see how CakePHP 3 works !
- Download Composer or update
composer self-update. - Run
composer install. - Edit
config/app.phpwith your databases informations (Search "Datasources") - Run
bin/cake migrations migrate
bin/cake migrations seedYou can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:
bin/cake server -p 8765Then visit http://localhost:8765 to see the welcome page.