cottton
cottton
Example: config ``` [ 'name' => 'my.post', 'path' => "/my", 'middleware' => [ Action\PostAction::class, Action\PostAction2::class, // add another action to react on path ], 'allowed_methods' => ['POST'], ], ``` Im...
As i saw you added a new const `VIES_EXCLUDED_COUNTRY_CODES` to exclude f.e. country iso `GB` _(currently in master, not in last release)_ . This const should be used to exclude...
Old issue ? Thought i better open a new one. From 2017: https://github.com/phalcon/incubator/issues/794 has this never been merged|fixed? Test Script: var_dump(PHP_VERSION); // string(6) "7.2.19" var_dump(Phalcon\Version::get()); // string(5) "3.4.2" // "phalcon/incubator":...
`Call to a member function notifyEvent() on array in /var/www/html/vendor/phalcon/incubator/Library/Phalcon/Mvc/MongoCollection.php:449` https://github.com/phalcon/incubator/blob/3.0.x/Library/Phalcon/Mvc/MongoCollection.php#L449 * Phalcon Framework version: 3.1.2 * Phalcon Incubator version: 3.0.x * PHP Version: 7.1.30 Seems like with cphalcon 3.1.2...
Related: https://github.com/phalcon/incubator/issues/908 * Phalcon Framework version: 3.1.2 * Phalcon Incubator version: 3.0.x * PHP Version: 7.1.30 Test script: class User extends Phalcon\Mvc\MongoCollection { public function getSource() { return 'user'; }...
See: https://github.com/phalcon/incubator/blob/08ab1a938d8160a2f0d1df535822ecc86e85220e/Library/Phalcon/Http/Client/Provider/Curl.php#L48 Is it me? Tracing this back i see the `HttpException` extending PHP `\Exception` - so an int is expected. What was this `..., 'curl'` for? _I think this...
**This is just an info to @Petschko ** I read here: https://github.com/Petschko/dhl-php-sdk/blob/a78ea297246a18c280902ec5c78cc60a4858025f/examples/getting-started.md#domanifest > I personally don't know for what is this for, but it works! I just run about this...
_I suggest to NOT post how you store your tokens. Dont give hints out in the public._ _This post here is more to bring attention to this topic, so ppl...
I installed it, i think ... but im not pre enough ... cant get it to work. now ... how do i uninstall it?