Stajor
Stajor
``` Problem 1 - Root composer.json requires j0k3r/php-readability ^2.0 -> satisfiable by j0k3r/php-readability[2.0.0, 2.0.1]. - j0k3r/php-readability[2.0.0, ..., 2.0.1] require psr/log ^1.0 -> found psr/log[1.0.0, ..., 1.1.4] but the package is...
When I'm running Guzzle standalone requests, get status 200 ``` $url = 'https://iphones.ru/'; $guzzle = new \GuzzleHttp\Client(); $result = $guzzle->get($url); var_dump($result->getStatusCode()); // status 200 ``` When running with FeedIo, it's...
Code from the [documentations](https://firebase-php.readthedocs.io/en/stable/cloud-messaging.html#webpush) ```php $config = WebPushConfig::fromArray([ 'notification' => [ 'title' => '$GOOG up 1.43% on the day', 'body' => '$GOOG gained 11.80 points to close at 835.67, up...
laravel/lumen-framework 9.0.1 owen-it/laravel-auditing 13.0.2 Exception message ``` In AuditingEventServiceProvider.php line 9: Class "Illuminate\Foundation\Support\Providers\EventServiceProvider" not found ```
Hi. I tried get existing feed on the page ``` Feedbag.find 'https://habrahabr.ru/hub/ruby/' ``` but got an error ``` Error occurred with `https://habrahabr.ru/hub/ruby/': 403 Forbidden ``` On the web page source...
``` Deprecation Notice: Class VK\Actions\Enum\GroupsDocs located in ./vendor/vkcom/vk-php-sdk/src/VK/Actions/Enums/GroupsDocs.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v1.11+. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:185 Deprecation Notice: Class VK\Actions\Enum\GroupsWall located...
Is it possible on update cache field in model, also update 'updated_at' field of model? Is it useful with embedded rails mechanism
can't connect to cassandra if I use host as a key and username, password as a value ``` $nodes = [ '192.168.0.2:8882' => [ 'username' => 'admin', 'password' => 'pass']...
For now timeout defined hardcoded. Please add option timeout for constructor