GithubHelp home page GithubHelp logo

dereuromark / cakephp-sandbox Goto Github PK

View Code? Open in Web Editor NEW
59.0 12.0 35.0 5.62 MB

A CakePHP Sandbox app to test and showcase misc. features and tools.

Home Page: https://sandbox.dereuromark.de

License: MIT License

Shell 0.36% PHP 76.79% CSS 3.51% JavaScript 11.25% HTML 7.86% Batchfile 0.06% Hack 0.10% SCSS 0.02% Twig 0.05%

cakephp-sandbox's Introduction

CakePHP Sandbox App

CI Coverage Status License Minimum PHP Version Coding Standards PHPStan

A sandbox app to showcase CakePHP features and tools as well as provide a sandbox for tryouts.

This branch is for CakePHP 5.x. For deprecated 4.x/3.x/2.x ones, please use the corresponding branch.

Key Features

  • Plugin showcases
  • Custom exception handling with a special treatment for 404s.
  • Logging to a paginated and searchable DB solution instead of plain files

Where to find the code

You have probably been to sandbox/plugin-examples.

Most of the example code can be found inside /plugins/ directory:

  • /plugins/Sandbox/: Misc. examples
  • /plugins/AuthSandbox/: Auth examples

Installation

Please see SETUP.md

cakephp-sandbox's People

Contributors

antograssiot avatar backendcoder avatar davidyell avatar dependabot[bot] avatar dereuromark avatar othercorey avatar steefaan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cakephp-sandbox's Issues

Flash messages for ajax requests

No flash message in http://sandbox.dereuromark.de/sandbox/ajax-examples/form

The flash message set on
/plugins/Sandbox/src/Controller/AjaxExamplesController.php::form()
$this->Flash->success('Simulated save.');
doesn't appear in the json response which is returned.

I get this as response back:
{"error":null,"content":null,"_message":null,"_redirect":{"url":"http://sandbox.dereuromark.de/sandbox/ajax-examples/form","status":302}}

Autocomplete with hasMany model

Thanks for the great work.

How can I have an autocomplete with hasMany model like a blog post with several tags? How can I accomplish having autocomplete for many tags? It could be an autocomplete for tags like in the CakePHP cookbook.

Could not locate bootstrap/dist/css/bootstrap.css for css-combined.css in any configured path.

Hi Mark,

i´m on a windows machine with apache and php where many cake programs run...

I followed the install instructions

git clone https://github.com/dereuromark/cakephp-sandbox.git
composer install
bin/cake migrations migrate

the vhost is available under http://sandbox.test.local/

the .test. is necessary because of our Company firewall rules...

now i got this error...
If i check for bootsrap.css i can´t find it...

What have i done wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.