This is a map application that I built using AngularJS, Leaflet.js and Laravel Framework.
- Install composer on your system. Download composer and install it on your system. https://getcomposer.org/download/
- Clone this project code on your system.
$ git clone https://github.com/dragon306/angular-laravel-leaflet.git mapApp
- Create a database called "laravel" and create a table called "users" using phpMyAdmin. "id", "name", "birth", "address", "lat", "lng" fields should be in "users" table.
- "id" : int, primary key, auto increment
- "name" : text
- "birth" : date
- "address" : text
- "lat" : int
- "lng" : int
- Run the project on your localhost.
$ cd mapApp
$ php artisan serve