framework
framework copied to clipboard
A PHP framework for rapidly building web applications.
When generating a helper it adds ``` protected function initialize(array $config) : void { parent::initialize($config); } ``` But in `ApplicationHelper` this does not, exit, either add or remove.
There is no explanation in documentation on features of PHP schema, in particular how to configure to use unique keys etc.
The Post fixture has values for ID but does not set autoIncrement value, this will cause postgreSQL duplicate key errors when trying to save. From adding postgreSQL, and then advanced...
When running `io::alert` on Mac command line no colour was displayed, throw error does show colours etc.
Strict errors when trying to save a boolean value as this is passed to security which requires a string when encryption. This needs to be investigated.