feat: install timepicker plugin

This commit is contained in:
Yoga Pangestu 2026-02-26 11:21:06 +07:00
parent d7f88140d8
commit 97a8546ce4
4 changed files with 81 additions and 1 deletions

View File

@ -12,6 +12,7 @@
"diogogpinto/filament-auth-ui-enhancer": "^2.0", "diogogpinto/filament-auth-ui-enhancer": "^2.0",
"filament/filament": "^4.0", "filament/filament": "^4.0",
"filament/spatie-laravel-media-library-plugin": "^4.0", "filament/spatie-laravel-media-library-plugin": "^4.0",
"husam-tariq/filament-timepicker": "^4.0",
"laravel/framework": "^12.0", "laravel/framework": "^12.0",
"laravel/tinker": "^2.10.1", "laravel/tinker": "^2.10.1",
"predis/predis": "^3.4" "predis/predis": "^3.4"

70
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c013ddc26608fec244418e2f6cf36de2", "content-hash": "56130ed23ae07742e1cd21275e38ca34",
"packages": [ "packages": [
{ {
"name": "akaunting/laravel-money", "name": "akaunting/laravel-money",
@ -2529,6 +2529,74 @@
], ],
"time": "2025-08-22T14:27:06+00:00" "time": "2025-08-22T14:27:06+00:00"
}, },
{
"name": "husam-tariq/filament-timepicker",
"version": "v4.0.2",
"source": {
"type": "git",
"url": "https://github.com/husam-tariq/filament-timepicker.git",
"reference": "1a94dc93c71fd4432d4de134317371c5076c2aba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/husam-tariq/filament-timepicker/zipball/1a94dc93c71fd4432d4de134317371c5076c2aba",
"reference": "1a94dc93c71fd4432d4de134317371c5076c2aba",
"shasum": ""
},
"require": {
"filament/filament": "^4.0",
"php": "^8.1",
"spatie/laravel-package-tools": "^1.15.0"
},
"require-dev": {
"nunomaduro/collision": "^8.0.0",
"orchestra/testbench": "^8.9.1|^10.0",
"pestphp/pest": "^2.0|^3.7",
"pestphp/pest-plugin-laravel": "^2.1|^3.1",
"pestphp/pest-plugin-livewire": "^2.0|^3.0"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"FilamentTimePicker": "HusamTariq\\FilamentTimePicker\\Facades\\FilamentTimePicker"
},
"providers": [
"HusamTariq\\FilamentTimePicker\\FilamentTimePickerServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"HusamTariq\\FilamentTimePicker\\": "src/",
"HusamTariq\\FilamentTimePicker\\Database\\Factories\\": "database/factories/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Hussam Tariq",
"email": "hu22am1@gmail.com",
"role": "Developer"
}
],
"description": "Filament 3.x Time Picker",
"homepage": "https://github.com/husam-tariq/filament-timepicker",
"keywords": [
"filament",
"filament-timepicker",
"husam-tariq",
"laravel"
],
"support": {
"issues": "https://github.com/husam-tariq/filament-timepicker/issues",
"source": "https://github.com/husam-tariq/filament-timepicker"
},
"time": "2025-09-23T12:41:45+00:00"
},
{ {
"name": "kirschbaum-development/eloquent-power-joins", "name": "kirschbaum-development/eloquent-power-joins",
"version": "4.2.11", "version": "4.2.11",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long