The Wayback Machine - https://web.archive.org/web/20200622062252/https://github.com/topics/cakephp
Skip to content
#

cakephp

Here are 542 public repositories matching this topic...

jsm222
jsm222 commented Jul 31, 2019

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

garas
garas commented Dec 10, 2019

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
ewbarnard
ewbarnard commented Apr 10, 2020

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

ravage84
ravage84 commented Jan 22, 2019

In our applications, we have a three level configuration system:

  1. application wide default configuration (versioned, in appliation folder)
  2. environment specific default configuration (versioned, in appliation folder)
  3. enviornment specific "local" configuration (only on server, outside of appliation folder)

The latter merges with and overwrites the former.

We load these configurati

gooseleggs
gooseleggs commented Dec 29, 2019

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

waspinator
waspinator commented Aug 23, 2019

@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.

tsmsogn
tsmsogn commented Oct 18, 2017

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: 
nuzulfikrie
nuzulfikrie commented Dec 1, 2019

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.

Curate this topic

Add this topic to your repo

To associate your repository with the cakephp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.