Run composer require cakephp/orm:^4.0
Create Model/Entity/ArticleEntity.php:
<?php
use Cake\ORM\Entity;
/**
* Class: Article| BEGIN MESSAGE. | |
| Kw9InASbQAgfvJW RYZmHZE5IWx8Bpc WMN55AkW7lusXLw O06OdH0ITyA1jod | |
| XTAlsTWP8lXS8qU eIakqRrdQ7kTCKq 6Xr2MZHgg4eesya z5HZnriFvl8C5x8 | |
| HkgljhZprD5NsMt ADRempzChNRRo5n yITSnwL0kwSUcGF JR9DQnLCqhCwCv7 | |
| At1J8qo77NSzw1k wcedJneIMGyyjTc sgYz42IP. | |
| END MESSAGE. |
Run composer require cakephp/orm:^4.0
Create Model/Entity/ArticleEntity.php:
<?php
use Cake\ORM\Entity;
/**
* Class: Article| ### Keybase proof | |
| I hereby claim: | |
| * I am chronon on github. | |
| * I am mistagrrr (https://keybase.io/mistagrrr) on keybase. | |
| * I have a public key ASAKyjQwTM8QDlkoCwLtk51qGSIGqYafm4Q_xgBDzUn3hgo | |
| To claim this, I am signing this object: |
| INFO vmware_driver: vmrun getGuestIPAddress failed: VMRunError | |
| INFO vmware_driver: Reading VMX data... | |
| DEBUG vmware_driver: - .encoding = UTF-8 | |
| DEBUG vmware_driver: - bios.bootorder = hdd,CDROM | |
| DEBUG vmware_driver: - checkpoint.vmstate = | |
| DEBUG vmware_driver: - cleanshutdown = FALSE | |
| DEBUG vmware_driver: - config.version = 8 | |
| DEBUG vmware_driver: - cpuid.corespersocket = 1 | |
| DEBUG vmware_driver: - displayname = seven: default | |
| DEBUG vmware_driver: - ehci.pcislotnumber = -1 |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| box = 'bento/ubuntu-16.04' | |
| ip = '192.168.33.10' | |
| hostname = 'seven-vm' | |
| domain = 'dev' | |
| Vagrant.configure(2) do |config| | |
| config.vm.box = box |
| #!/bin/sh | |
| # remove entries under `[incomingtcp]` in `nat.conf` | |
| sudo vim /Library/Preferences/VMware\ Fusion/vmnet8/nat.conf | |
| # remove all entries in the file | |
| sudo vim /etc/exports | |
| # restart vmware networking | |
| sudo /Applications/VMware\ Fusion.app/Contents/Library/vmnet-cli --stop |
| Possible values for ext-name: | |
| bcmath | |
| bz2 | |
| calendar | |
| ctype | |
| curl | |
| dba | |
| dom | |
| enchant |
| <?php | |
| /* SecurityGenShell - prints randmom Security.salt and Security.cipherSeed for | |
| * Config/core.php | |
| * | |
| * See lib/Cake/Console/Command/Task/ProjectTask.php securitySalt() and | |
| * securityCipherSeed(). | |
| * | |
| * Installation: put this file, named `SecurityGenShell.php`, in `APP/Console/Command`. | |
| * Usage: run `Console/cake security_gen` - copy and pasted the values to | |
| * APP/Config/core.php. |