{"id":28480803,"url":"https://github.com/typicms/places","last_synced_at":"2025-07-03T23:31:46.709Z","repository":{"id":23968484,"uuid":"27350997","full_name":"TypiCMS/Places","owner":"TypiCMS","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-06T09:30:41.000Z","size":315,"stargazers_count":2,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-06T10:35:05.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TypiCMS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"typicms"}},"created_at":"2014-11-30T21:37:56.000Z","updated_at":"2025-06-06T09:30:43.000Z","dependencies_parsed_at":"2025-04-09T14:26:22.519Z","dependency_job_id":"d5ddb17e-7bdc-4a52-9a6e-e369064cd125","html_url":"https://github.com/TypiCMS/Places","commit_stats":{"total_commits":348,"total_committers":3,"mean_commits":116.0,"dds":"0.011494252873563204","last_synced_commit":"5967f8fd9c0ccb38f2f40d4d9e8fec2e18fe629d"},"previous_names":[],"tags_count":105,"template":false,"template_full_name":null,"purl":"pkg:github/TypiCMS/Places","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypiCMS%2FPlaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypiCMS%2FPlaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypiCMS%2FPlaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypiCMS%2FPlaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TypiCMS","download_url":"https://codeload.github.com/TypiCMS/Places/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypiCMS%2FPlaces/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263421010,"owners_count":23464006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-07T19:07:23.468Z","updated_at":"2025-07-03T23:31:46.698Z","avatar_url":"https://github.com/TypiCMS.png","language":"PHP","funding_links":["https://github.com/sponsors/typicms"],"categories":[],"sub_categories":[],"readme":"# Places\n\nManage places and show them on a map.\n\n## Installation\n\n1. Require the package using composer:\n\n```bash\ncomposer require typicms/places\n```\n\n2. Add the service provider in your config/app.php file:\n\n```\n'providers' =\u003e [\n    /*\n     * TypiCMS Modules Service Providers.\n     */\n    TypiCMS\\Modules\\Places\\Providers\\ModuleServiceProvider::class,\n];\n```\n\n3. Publish files from this module to your project, run:\n\n```bash\nphp artisan vendor:publish --provider=\"TypiCMS\\Modules\\Places\\Providers\\ModuleServiceProvider\"\n```\n\n4. Run the migration:\n\n```bash\nphp artisan migrate\n```\n\n5. Set a Google Maps API key in your .env file.\n   See [Google Maps Platform](https://developers.google.com/maps/documentation/javascript/get-api-key).\n\n6. Install @googlemaps/markerclusterer and :\n\n```bash\nbun add @googlemaps/markerclusterer --dev\nbun add @types/google.maps --dev\n```\n\n7. Uncomment the following lines in `/resources/js/public.js`:\n\n```js\nimport initMap from './public/map';\n\nwindow.initMap = initMap;\n```\n\n8. Add this line to the `/resources/scss/public.scss` file:\n\n```scss\n@import 'public/map';\n```\n\n9. Run `bun run dev` to compile the assets.\n\n10. Connect to the admin panel, add some places, create a page linked to the module Places and visit this page to see\n    the places on a map.\n\nThis module is part of [TypiCMS](https://github.com/TypiCMS/Base), a multilingual CMS based on\nthe [Laravel framework](https://github.com/laravel/framework).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypicms%2Fplaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypicms%2Fplaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypicms%2Fplaces/lists"}