Posts
All the articles I've posted.

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.

Access DFS Shares from Linux
Updated:I've kicked this around a few times and resigned myself to just using the non-DFS path to attach to. But we've recently changed some of the servers around

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/

Sweet Christmas - VS Code
Ok, so I know Microsoft have been making some big steps in the world of Open Source - I confess to giving them little ear time, mainly because EVERYTHING w

Fontawesome 5 and Laravel 5
Updated:This should have been easier, but I must have misunderstood how this works. After upgrading to Bootstrap 4, for some reason my node_modules didn't contain

PostGIS Import from PHP Session Fails
Updated:Undefined function: 7 ERROR: function st_makepoint(numeric, numeric) does not exist

PostgreSQL Copy Data Between Servers
Updated:Our GIS team use a PostgreSQL server with PostGIS. They recently asked if there was any way we could display some data in a simple web form for our users.

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