Website for Cercle des Elèves de TELECOM Nancy
A skeleton for creating applications with CakePHP 3.x.
The framework source code can be found here: cakephp/cakephp.
- HTTP Server. For example: Apache. Having mod_rewrite is preferred, but by no means required.
- PHP 5.5.9 or greater (including PHP 7).
- mbstring PHP extension
- intl PHP extension
- PDO extensions (php_pdo_mysql)
- 'host' => 'localhost'
- 'username' => 'ceten'
- 'password' => 'ceten2016ceten'
- 'database' => 'ceten'
php composer.phar install
For additional features, add an issue in the github repository (example : "feat/homepage") and create a branch with the same name. When your feature is complete, send a pull request from "feat/homepage" to "master". Learn more about this method