cakephp
Here are 542 public repositories matching this topic...
Confusing import button icon (css-class)
- Passbolt Version: v2.10.0
- Platform and Target:
-- Operating system: Ubuntu 18.04
-- PHP: v7.2.19-0ubuntu0.18.04.1
-- Web server: nginx 1.14.0-0ubuntu1.3
-- Database server: mariadb-server-10.1 1:10.1.40-0ubuntu0.18.04.1
In my opinion the css class for the import button, right of the "Create" button on the pasowrds page, should be fa-downl
Feature: CLI debug
It would be useful to debug shells/commands.
When commands finishes, it could print web URL with DebugKit request ID, so all info from executing command could be seen in browser.
Most panels would be still useful, few could be replaced with CLI specific:
- Sql Log - most useful to see
- Request - could be replaced with parsed arguments/options
- Routes - could list all available commands
There should be three "actions" in the save box for an admin item:
- "Save item" - Which saves and returns to the edit page (similar to the old "Apply" button) - Future enhancement here would be to "ajaxy" it
- "Save and new" - Saves item, and returns to a blank add page
- "Cancel" - Returns to index
The current "Extending Bake - 2.x" online documentation https://book.cakephp.org/bake/2/en/development.html describes using the deprecated "Shell" classes rather than the current "Command" classes in the section "Creating New Bake Command Options". The documentation fix requires more than just swapping class names; the "Command" approach is slightly different from the "Shell" approach.
**Do y
-
Updated
Jun 19, 2020 - PHP
In our applications, we have a three level configuration system:
- application wide default configuration (versioned, in appliation folder)
- environment specific default configuration (versioned, in appliation folder)
- enviornment specific "local" configuration (only on server, outside of appliation folder)
The latter merges with and overwrites the former.
We load these configurati
-
Updated
Apr 26, 2020 - PHP
-
Updated
Jun 13, 2020 - PHP
I'm trying to add a custom action, following these instructions
http://crud.readthedocs.io/en/latest/actions/custom.html#using-custom-named-controller-actions
I have the following:
public function initialize() {
parent::initialize();
$this->loadComponent('Crud.Crud', [
'actions' => [
'test' => ['className' => 'App\C
Crud subject
About i18n
-
Updated
Jun 20, 2020 - PHP
This is a (multiple allowed):
-
bug
-
enhancement
-
feature-discussion (RFC)
-
BootstrapUI Version: dev-develop.
-
Bootstrap Framework Version: 4.3.1
-
jQuery: 3.4.1
-
Platform and Target: N/A.
What you did
Loaded up as per instructions, and using the Dashboard layout
Expected Behavior
Not to receive a depeciated warning
Actual Behavior
Getting the depr
updating docs
@burzum I started some document changes (#197), but I'm still not comfortable using the plugin. Especially the event system. For example, following the upload example I get a unable to export object: StorageManager::get() first arg must be a non empty string! error, or uploading using bin/cake storage store doesn't generate full_path or url fields.
-
Updated
Jan 8, 2019 - PHP
-
Updated
May 26, 2020 - PHP
-
bug
-
enhancement
-
question
-
Plugin Version/Branch:
dev-4.0.1-alpha.
Bootstrap 4 include nice custom radio and checkbox inputs
This could be integrated as template and option of radio and checkbox types ?
https://getbootstrap.com/docs/4.3/components/forms/#custom-forms
Thanks
the default client_max_body_size is way too low for any development.
It would be nice if we could ship with
client_max_body_size 50M;
inside each generated sites-available conf file inside server{} block
-
Updated
Jun 19, 2020 - PHP
I'm using the Proffer plugin to upload several documents or pictures, linked to a machine.
In DocsTable I added:
$this->addBehavior('Proffer.Proffer', [
'photo' => [
'root'=>WWW_ROOT.'files',
'dir' => 'scource_dir',
'thumbnailSizes' => [
'square' => ['w' => 100, 'h' => 100, 'crop'=>true],
cakephp 3.5.4
acl 0.2.5
$ ./bin/cake bake controller Tags
$ ./bin/cake bake plugin Tags
$ ./bin/cake bake controller --plugin Tags Tags
$ ./bin/cake acl_extras aco_sync
Created Aco node: controllers/Tags
Created Aco node: controllers/Tags/index
Created Aco node: controllers/Tags/view
Created Aco node: controllers/Tags/add
Created Aco node: controllers/Tags/edit
Created Aco node:
-
Updated
May 1, 2020 - PHP
This is a (multiple allowed):
- bug
Using latest phinx 0.11.4
- CakePHP Version: 3.8.9
- Database server Postgres: 12.1
- PHP Version: 7.4
- Platform / OS: docker bref php
What you did
(This is pulled from an issue card created on phinx, I was directed to post the issue here.)
I use postgres with multiple schemas in one dat
-
Updated
Aug 16, 2019 - Shell
Hi All,
I followed the instructions in the docs.
When I entered migrations command into the terminal.
bin\cake migrations migrate
I encountered errors.
Environments : Apache 2.4 on XAMPP , PHP 7.3.9 , how to rectify this issue?
` using migration path E:\xampp\htdocs\cakephp-realworld-example-app\config\Migrations
using seed path E:\xampp\htdocs\cakephp-realworld-example-app\c
Improve this page
Add a description, image, and links to the cakephp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cakephp topic, visit your repo's landing page and select "manage topics."


This is a:
enhancement
CakePHP Version: any (collections).
Since you have already used psalm and it's templates feature, I would like to suggest you to type all the collections library