Cauan Cabral
Cauan Cabral
Falta adicionar uma assinatura e copyright nos arquivos do projeto. A licença adotada é a mesma do CakePHP, MIT.
As now CakePHP run validation after Entity init, this will enable appropriate validation on uploaded file and use of custom methods/callbacks from Entity before it has saved.
**Please describe which feature you have a question about?** Amplify to deploy NextJS with SSR, SSG and _api_'s. **Provide additional details** Amplify build the NextJS and delivery it using CloudFront....
### Use case: Migration A: `xxxxx_create_table_orders.php` Many migrations and months later Migration Z: `xxxxx_drop_table_orders.php` To make migration Z reversible, I need to implement `up` and `down` methods. The `up` have...
Olá, esse PR é uma tentativa de corrigir a issue #538 Ele adiciona tratamento de erro de rede/servidor na chamada de geolocalização.
Added an option to allow resize of original file. Options are: - resizeOriginal: boolean, _true_ if you want resize. Default is _false_. - resize: array, parameters to resize - \*...
Juan, na documentação (README) é citada a existência de um método "renameTable", porém não há nem a assinatura do método no código fonte. Aproveitando o espaço, no plugin Migration do...
Solve issue with plugin routes been loaded before App own routes ( https://github.com/cakephp/cakephp/issues/14744 )