Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 625 Bytes

readme.md

File metadata and controls

23 lines (18 loc) · 625 Bytes

Contoh Laravel Menggunakan Leaflet JS

Laravel Leaflet JS Project Example

  1. Clone this repo.
    $ git clone [email protected]:rizkylab/sample-laravel-leaflet.git
    # or
    $ git clone [email protected]:rizkylab/sample-laravel-leaflet.git
  2. $ cd sample-laravel-leaflet
  3. $ composer install
  4. $ cp .env.example .env
  5. $ php artisan key:generate
  6. Set database config on .env file
  7. $ php artisan migrate
  8. $ php artisan serve
  9. Open https://localhost:8000 with browser.

License

This project is open-sourced software licensed under the MIT license.