David Vincent
David Vincent
Dear, I use this php array of values: "2021-04-01" => 0 "2021-04-02" => 12.62 "2021-04-03" => 12.39 "2021-04-04" => 12.36 "2021-04-05" => 6.24 "2021-04-06" => 12.43 "2021-04-07" => 12.37 "2021-04-08"...
Is there any possibility to configure annotations ? Many thanks in advance.
Toolbar
Is there any possibility to add the ApexCharts toolbar => https://apexcharts.com/docs/options/chart/toolbar/ ? Many thanks in advance and congrats for this great job !
I am not able to make it working with an event form using relations : a select or repeater. Simple form : ```php protected static function getCreateEventFormSchema(): array { return...
Timezone
My event's dates (start and end) are stored in database in UTC. But I want to display those dates using user's timezone. So I have a resource's view showing events...
### Package filament/filament ### Package Version v2.13.12 ### Laravel Version v9.19.0 ### Livewire Version v2.10.5 ### PHP Version PHP 8 ### Bug description my app uses UTC as timezone When...
I am wondering how to get a translated list of all countries based on locale. At the moment I use ; Countries::all()->pluck('name.common','cca2') But all is in english as name.common is...
- Corcel Version: 3.0.0 - Framework Name & Version: 6 - PHP Version: 7.4 - Database Driver & Version: mysql 5.7 ### Description: How to attach/detach a category/tag to a...
### Describe the bug a menu entry in config/adminlte.php with route like: 'route' => ['users.index', ['filters' => ['type' => 1]]], is not working with iframe mode is enabled. ### Environment...
@maab16 , Do you know if there is a similar library for Laravel to Wordpress Rest API ? Many thanks in adavance, David