cakebox icon indicating copy to clipboard operation
cakebox copied to clipboard

Framework agnostic virtual PHP Development Environment

Results 11 cakebox issues
Sort by recently updated
recently updated
newest added

We are using virtual box 6.1 and vagrant 2.2.7 We are using windows 10. When we follow the install instructions, when trying to mount the shared folders, we recieve this...

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

Currently not set, should we set follow best practices and set it to UTC? ``` ini [Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone ;date.timezone...

Bug
Enhancement
Help wanted

Would it be worth adding https://book.cakephp.org/3.0/en/console-and-shells/completion-shell.html#how-to-enable-bash-autocompletion-for-the-cakephp-console when shipping the box? This way we could have autocomplete right away.

Are there plans to add NPM out of the box?

Enhancement
Box Software

Currently fresh installs will generate unique salt and store in console/config/salt.php salt is used for hashing passwords as well, so being able to reuse the salt when recreating the box...

The following code in `check-ssh-agent.sh`: ``` # Show loaded keys echo "SSH Forwarded keys:" OUTPUT=$(ssh-add -l 2>&1) EXITCODE=$? echo "=> $OUTPUT" ``` includes an unhandled error with message from `ssh-add...

Enhancement

It would be charming if the vagrant post-up-message would show the user specified hostname instead of the ip-address. Could be done by e.g. checking if the host is ping'able during...

Enhancement

Currently the uploaded [last-know-cakebox-commit](https://github.com/alt3/cakebox/blob/dev/.cakebox/Vagrantfile.rb#L69) contains no branch information. Possibly harmless but needs to be tested for unexpected behavior inside the box once the moment arrives that: - users start switching...

Enhancement

Would allow the user to increase performance by easily disabling non-used box software components. E.g. ``` yaml cakebox: disable: - mongodb - postgresql ```

Enhancement