app
app copied to clipboard
CakePHP application template
The documentation shows them being essentially the same: ``` * - webroot - The webroot directory. * - wwwRoot - The file path to webroot. 'webroot' => 'webroot', 'wwwRoot' =>...
With debug enabled the WebExceptionRenderer switches the template to pdo_error.php in case of a PDOException, so having checks for SQL query related stuff in debug mode is redundant. Refs #970,...
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Application Skeleton Version: 5.0.4. ### What happened Error templates use `$error->params`...
### Description I've created a cakephp 5 project with a postgresql database. I configured the database as usual and got this error message : CakePHP is NOT able to connect...
I think with v6 we should finally fix this up to be consistent with all other frameworks and the intuitive understanding of - whats actually "public" from the outside, accessible...
Resolves https://github.com/cakephp/app/issues/1054