laravel-5.3-app icon indicating copy to clipboard operation
laravel-5.3-app copied to clipboard

🗺️ Get started with Laravel 5.3, Vue.js and Google Maps API

Laravel 5.3 Application with Vue.js

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

Other Resources

  • Vue.js animations and transitions: https://snipcart.com/blog/vuejs-transitions-animations

  • Building a custom Google Maps component with Vue 2: https://medium.com/founders-factory/building-a-custom-google-map-component-with-vue-js-d1c01ddd0b0a

  • Intant AJAX search with Laravel and Vue.js: https://pineco.de/instant-ajax-search-laravel-vue/

  • Vue.js Zip Code Finder - https://vuejsfeed.com/blog/vue-js-zip-code-finder

  • Bootstrap table - http://bootstrap-table.wenzhixin.net.cn/getting-started/

  • Vue-strap - https://yuche.github.io/vue-strap/

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