All Projects β†’ connor11528 β†’ laravel-5.3-app

connor11528 / laravel-5.3-app

Licence: other
πŸ—ΊοΈ Get started with Laravel 5.3, Vue.js and Google Maps API

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
Vue
7211 projects

Projects that are alternatives of or similar to laravel-5.3-app

react-google-static
🌍 A React wrapper for Google Static Maps API.
Stars: ✭ 37 (+32.14%)
Mutual labels:  google-maps, google-maps-api
React Google Maps Api
React Google Maps API
Stars: ✭ 791 (+2725%)
Mutual labels:  google-maps, google-maps-api
Flask Googlemaps
Easy way to add GoogleMaps to Flask applications. maintainer: @RiverFount
Stars: ✭ 550 (+1864.29%)
Mutual labels:  google-maps, google-maps-api
Load Google Maps Api
🌏 A lightweight Promise-returning helper for loading the Google Maps JavaScript API
Stars: ✭ 166 (+492.86%)
Mutual labels:  google-maps, google-maps-api
Magento2 Google Address Lookup
Provides an address lookup service on a Magento 2 store powered by the Google Places API
Stars: ✭ 46 (+64.29%)
Mutual labels:  google-maps, google-maps-api
hopOn
A car rental flutter application using firebase and google maps API
Stars: ✭ 68 (+142.86%)
Mutual labels:  google-maps, google-maps-api
Use Places Autocomplete
😎 πŸ“ React hook for Google Maps Places Autocomplete.
Stars: ✭ 739 (+2539.29%)
Mutual labels:  google-maps, google-maps-api
LocationAware
Set alarms for location in map
Stars: ✭ 34 (+21.43%)
Mutual labels:  google-maps, google-maps-api
Maplace.js
A Google Maps Javascript plugin for jQuery.
Stars: ✭ 1,021 (+3546.43%)
Mutual labels:  google-maps, google-maps-api
React Native Maps Directions
Directions Component for `react-native-maps`
Stars: ✭ 846 (+2921.43%)
Mutual labels:  google-maps, google-maps-api
Meteor Google Maps
πŸ—Ί Meteor package for the Google Maps Javascript API v3
Stars: ✭ 198 (+607.14%)
Mutual labels:  google-maps, google-maps-api
Google Maps
Google Maps Web Services API wrapper for .NET
Stars: ✭ 171 (+510.71%)
Mutual labels:  google-maps, google-maps-api
Google-Maps-API-with-PHP-MySQL
A Snippet of code to help you in Google Maps API. In this Script PHP Array and MySQL is used to store Latitude and Longitude. This script is made for those who needs a Map with Multiple Markers which changes it's Position Dynamically. In other words, This is made for people who need t a Map solution for Uber Like Application
Stars: ✭ 50 (+78.57%)
Mutual labels:  google-maps, google-maps-api
Firebase-Realtime-Car-Moving-On-JavaScript-Google-Maps
This is the solution for moving realtime cars on Google Maps JavaScript using Google Firebase Realtime Database.
Stars: ✭ 26 (-7.14%)
Mutual labels:  google-maps, google-maps-api
google-maps-services-php
PHP client library(SDK) for Google Maps API Web Services
Stars: ✭ 50 (+78.57%)
Mutual labels:  google-maps, google-maps-api
Snazzy Info Window
Customizable info windows using the Google Maps JavaScript API.
Stars: ✭ 560 (+1900%)
Mutual labels:  google-maps, google-maps-api
HealthCare-Scan-Nearby-Hospital-Locations
I developed this android application to help beginner developers to know how to use Google Maps API and how to convert JSON data into Java Object.
Stars: ✭ 23 (-17.86%)
Mutual labels:  google-maps, google-maps-api
google-maps-statistics
Visualizing Geographic Statistical Data with Google Maps
Stars: ✭ 32 (+14.29%)
Mutual labels:  google-maps, google-maps-api
Wanderlust The Travellers App
πŸ‘Ÿ An android application for travellers which allows them to save their journey experiences at one place in an organizable way. For detailed description, read the README.md file. Moreover, the application's design follows the latest HCI and UI/UX design guidelines.
Stars: ✭ 23 (-17.86%)
Mutual labels:  google-maps, google-maps-api
Bikedeboa
A (Progressive) Web App to find, map and review bike parkings in the cities of Brazil.
Stars: ✭ 54 (+92.86%)
Mutual labels:  google-maps, google-maps-api

Laravel 5.3 Application with Vue.js

Posts describing how the application is built, in sequential order.

Other Resources

Install project

composer install
npm install
npm run watch
php artisan serve

If you get an error about "The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths." then run:

php artisan config:clear    
php artisan key:generate
php artisan config:cache
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].