Bernhard Krämer
Bernhard Krämer
It would be great to have a button to add the stream as an appointment to the Google Calendar. You only need a link like this: https://www.google.com/calendar/render?action=TEMPLATE&text=[TITLE]&details=[DESCRIPTION]&location=[LOCATION]&dates=20211229T113000Z%2F20211229T120000Z Here is a...
Adding the following functionalities would make a huge benefitfor queue monitor: - "Retry"-Button in every failed line to push it back to queue after fixing the issue. - "Delete"-Button in...
Hi there, I am getting the following error: `Undefined index: DIFFERENZ (View: C:\[...]\resources\views\dashboard\fieldsales.blade.php)` The result of the SQL-query is empty and the problem is occured in the following line: ```php...
The `group` attribute of the `Mixpanel` class was typed as a `MixpanelPeople` class, when indeed it is a `MixpanelGroups` class. This is my first PR in this project, so I...
Mixpanel PHP-SDK currently uses PHPUnit 5.6.*. This version is incompatible with PHP 7.4 or higher. It is recommended to migrate PHPUnit to a current version, at least PHPUnit 8, better...
## What I did - Migrate PHPUnit configuration - Updated packages to PHP 8.3 - Updated packages for Laravel 11 compatibility - Fixed PHPStan errors - Migrated nunomaduro/larastan to larastan/larastan...
# Feature Request ### What's the feature you think Backpack should have? At the moment you need to mix arrays and fluent method chaining for additional attributes. Example: ```php CRUD::field('uuid')...