Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 520 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 520 Bytes

Laravel GIS

Implementation of Leaflet js In Laravel, to start after cloning the app copy .env.example to .env

cp .env.example .env

Install dependencies

composer install

Run Development Server

php artisan serve