/shopmap

Primary LanguagePHP

Laravel 6 Shops Map with Google Maps API and Adminpanel

Transformed free WordPress theme Directory Starter into fully manageable Laravel 6 project with adminpanel generated with QuickAdminPanel, to manage all the shops.

Features

  • Adminpanel with administrator user managing shops and categories
  • Registration for shop owners who can manage their own shops - with multi-tenancy included
  • Adminpanel uses Google Places API with autocomplete to automatically get coordinates from address
  • Adminpanel uses Spatie Opening Hours package to manage working hours
  • Front-end uses Google Maps API to view the map of shops

Screenshots

Laravel Shops Google Maps


Laravel Shops Google Maps Autocomplete Address


How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • In your .env file add your Google Maps API key: GOOGLE_MAPS_API_KEY=AIzaSyBi2dVBkdQSUcV8_xxxxxxxxxxxx
  • That's it: launch the main URL.
  • You can login to adminpanel by going go /login URL and login with credentials admin@admin.com - password
  • Click Register on top right to add new shop owner and their shops

Helpful articles


License

Basically, feel free to use and re-use any way you want.


More from our LaravelDaily Team