- Clone this repo.
$ git clone [email protected]:rizkylab/sample-laravel-leaflet.git # or $ git clone [email protected]:rizkylab/sample-laravel-leaflet.git
$ cd sample-laravel-leaflet
$ composer install
$ cp .env.example .env
$ php artisan key:generate
- Set database config on
.env
file $ php artisan migrate
$ php artisan serve
- Open
https://localhost:8000
with browser.
This project is open-sourced software licensed under the MIT license.