Add gonoware/laravel-maps package with Laravel 11 support

- Configure Gitea repository for forked package
- Install gonoware/laravel-maps from consultoria-as fork
- Publish maps configuration to config/vendor/maps.php
- Publish public assets to public/vendor/maps

The fork adds Laravel 10/11 compatibility to the original package.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 02:25:10 +00:00
parent b1d32c54c1
commit f37cb0b20b
4 changed files with 195 additions and 2 deletions

93
composer.lock generated
View File

@@ -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": "1e55f6d3c3882945b5721d998898b770",
"content-hash": "9a09c8281e9d31911b3f99b9832db951",
"packages": [
{
"name": "berkayk/onesignal-laravel",
@@ -888,6 +888,93 @@
},
"time": "2014-10-08T10:03:04+00:00"
},
{
"name": "gonoware/laravel-maps",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://git.consultoria-as.com/consultoria-as/gonoware-laravel-maps",
"reference": "c5be6dacb4c7a3eb7b034f88865bf5334139c780"
},
"require": {
"illuminate/support": "^9.0|^10.0|^11.0",
"php": "^8.1"
},
"require-dev": {
"mockery/mockery": "^1.4.4",
"phpunit/phpunit": "^9.5.10|^10.0|^11.0"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
},
"laravel": {
"providers": [
"GoNoWare\\Maps\\MapsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"GoNoWare\\Maps\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"build-script": [
"yarn install",
"yarn run prod"
],
"post-install-cmd": [
"@build-script"
],
"post-update-cmd": [
"@build-script"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuel Mutschlechner",
"email": "em@gonoware.com"
},
{
"name": "Benedikt Tuschter",
"email": "bt@gonoware.com"
}
],
"description": "Maps for your Laravel application",
"homepage": "https://gitlab.com/gonoware/laravel-maps",
"keywords": [
"bing",
"bingmaps",
"gonoware",
"google",
"googlemaps",
"laravel",
"mapkit",
"mapkitjs",
"mapquest",
"maps",
"openstreetmap",
"osm",
"yandex",
"yandexmaps"
],
"support": {
"issues": "https://gitlab.com/gonoware/laravel-maps/issues",
"source": "https://gitlab.com/gonoware/laravel-maps"
},
"time": "2026-01-19T02:20:59+00:00"
},
{
"name": "google/auth",
"version": "v1.50.0",
@@ -10887,7 +10974,9 @@
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {},
"stability-flags": {
"gonoware/laravel-maps": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {