Tag: JavaScript
All the articles with the tag "JavaScript".
Vue.js, Laravel and JSON Web Tokens
Updated:When you have a Vue.js powered app authentication using traditional logon pages isn't going to work.
Useful Vue.js components
https://github.com/euvl/vue-notification - Notifications. https://github.com/PygmySlowLoris/vue-full-loading - Please wait message.
Bootstrap-Vue
Using Vue.js and building Bootstrap style pages just got easier. https://bootstrap-vue.js.org/
PostGIS Import from PHP Session Fails
Updated:Undefined function: 7 ERROR: function st_makepoint(numeric, numeric) does not exist
Axios
Updated:Laravel have bundled Axios in with their framework. I didn't know what this was at first and didn't use it. But once I figured out what it was for I tried
Laravel 5 - jQuery File Upload
Updated:I needed a mechanism to upload CSV files to my Laravel instance and then process them into a table. The first part was working out how I wanted to upload t
Laravel API Token Auth
Updated:The newer versions of Laravel support OAuth for token auth, but I wanted to carry on using something simple. Just a token stored in the user table and some
bootstrap-tagsinput
Updated:I've got a work project that fills in a database field with multiple comma separated values and thought using the bootstrap-tagsinput script would fit very
Bootstrap Tags Input and Typeahead
Updated:Both of these add-ons I forget what they are called. So when I go looking for something that does a multiple select type option in a HTML form I struggle t
Understanding the Node.js Installation
Updated:I'm still a little new to this Node.js stuff and it took me a which for how it is installed to come together in my head. After carrying out the install I w