feat: add Website Settings, Imap Settings and Configuration Settings via inerba/filament-db-config
This commit is contained in:
71
composer.lock
generated
71
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "4cdd6fb15d89efed5ce17b76086a103a",
|
||||
"content-hash": "ec08282da6aabd8a7f1ca24cc7603372",
|
||||
"packages": [
|
||||
{
|
||||
"name": "anourvalar/eloquent-serialize",
|
||||
@@ -2096,6 +2096,75 @@
|
||||
],
|
||||
"time": "2025-08-22T14:27:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "inerba/filament-db-config",
|
||||
"version": "v1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/inerba/filament-db-config.git",
|
||||
"reference": "cc30fe46cc9342f54a536c4cdb35f84f84b67fef"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/inerba/filament-db-config/zipball/cc30fe46cc9342f54a536c4cdb35f84f84b67fef",
|
||||
"reference": "cc30fe46cc9342f54a536c4cdb35f84f84b67fef",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"filament/filament": "^4.0",
|
||||
"php": "^8.2",
|
||||
"spatie/laravel-package-tools": "^1.15.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/pint": "^1.14",
|
||||
"orchestra/testbench": "^10.0",
|
||||
"pestphp/pest": "^4.0",
|
||||
"phpstan/phpstan": "^2.1"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"aliases": {
|
||||
"DbConfig": "Inerba\\DbConfig\\Facades\\DbConfig"
|
||||
},
|
||||
"providers": [
|
||||
"Inerba\\DbConfig\\DbConfigServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/helpers.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Inerba\\DbConfig\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Francesco Apruzzese",
|
||||
"email": "inerba@gmail.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "A Filament plugin for database-backed application settings and editable content, with caching and easy page generation.",
|
||||
"homepage": "https://github.com/inerba/filament-db-config",
|
||||
"keywords": [
|
||||
"filament",
|
||||
"filament-plugin",
|
||||
"laravel",
|
||||
"laravel-filament"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/inerba/filament-db-config/issues",
|
||||
"source": "https://github.com/inerba/filament-db-config"
|
||||
},
|
||||
"time": "2025-10-26T10:16:05+00:00"
|
||||
},
|
||||
{
|
||||
"name": "kirschbaum-development/eloquent-power-joins",
|
||||
"version": "4.2.10",
|
||||
|
||||
Reference in New Issue
Block a user