noxyz20 / kartobuilder-laravel
Laravel package for building your own map.
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
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