noxyz20 / kartobuilder-laravel
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel package for building your own map.
Package info
github.com/franckitho/kartobuilder-laravel
Language:Vue
pkg:composer/noxyz20/kartobuilder-laravel
v0.6.1
2022-04-29 15:06 UTC
Requires
- php: >=7.4
- illuminate/support: >=8
- inertiajs/inertia-laravel: >=0.4
README
Introduction
Kartobuilder is a php package for the laravel framework that works with the inertia jetstream stack to build your own map. This package works with vue-leafleat (vue3).
This is a beta version, any contribution is appreciated.
Instalation guide
First download the package with composer :
composer require noxyz20/kartobuilder-laravel
Then install this with the artisan command
php artisan kartobuilder:install
Finally migrate your db and en build mix
php artisan migrate
npm install && npm run dev
Usage
The basic routes are /maps for creating our map and /map/:id for creating markers etc.
To rewrite these routes you can use the environment variable
KARTOBUILDER_ROUTE_ENABLE = true