PHP code example of maymeow / cakephp-starter-kit
1. Go to this page and download the library: Download maymeow/cakephp-starter-kit library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
maymeow / cakephp-starter-kit example snippets
bash
docker-compose -f docker-compose.dev.yml run --rm cake-app php bin/cake.php generate_security_key
bash
docker-compose -f docker-compose.dev.yml run --rm cake-app php bin/cake.php