framework
framework copied to clipboard
The Bow Framework
Redis queue adapter not work correctly
The hidden attributes do not show the attributes where user try to show the model as json format. It's actually made from the model property like this ```php class UserModel...
The scheduler should work like the following example: ```php $console->scheduler(function ($scheduler) { $scheduler->command("hello")->everyDay(); $scheduler->php("hello")->everyDay(); }); ``` You can use the externel package for implementing the scheduer. The command method must...
Actually, the producer is also the consumer You should spread this to the producer and consumer. ```php class Producer extends ProducerService { public function __construct(private int $user_id) {} } ```...
Actually, Bow supports the filesystem cache. Refactor Bow Cache Support and the Possibility of Implementing Multi-Driver. - Memcached
Integrate ses email drive with *aws/aws-php-sdk* or *PHPMailer* * [PHPMailer/PHPMailer](https://github.com/PHPMailer/PHPMailer) * [aws/aws-php-sdk](https://github.com/aws/aws-sdk-php) You can look the tutorial [https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-php.html](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-php.html)