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

View File

@@ -7,10 +7,17 @@
"laravel"
],
"license": "MIT",
"repositories": [
{
"type": "vcs",
"url": "https://git.consultoria-as.com/consultoria-as/gonoware-laravel-maps"
}
],
"require": {
"php": "^8.2",
"berkayk/onesignal-laravel": "^2.0",
"coderello/laravel-passport-social-grant": "^4.0",
"gonoware/laravel-maps": "dev-master",
"google/cloud-storage": "*",
"guzzlehttp/guzzle": "^7.8",
"illuminate/database": "^11.0",