Tag: Web
All the articles with the tag "Web".
Axios and the X-CSRF-TOKEN
When using Laravel it adds in some helpful headers to handle axios requests internally. But when it comes to sending requests externally you end up sending
Laravel Forgotten User Password
I rarely need to do this and it's always something I Google when I do. But when I forget the admin users password on my dev app I need to reset it. Easiest
Laravel and Vue.js Authentication
Updated:You can see a theme here. Lot's of action on the Laravel and Vue.js front as I'm focusing on migrating our blades over to vue's The process ran into a prob
Laravel Vue.js and API Routes
I ran into a problem where I've started to deploy Vue components using the Vue Router from within Laravel. As soon as I enabled the Vue route for /{any} I
Laravel & PHP Minimum Requirements
Updated:Make sure you've installed php and the necessary modules before trying to create a new Laravel project.
Project scoRPIon - Wake-on-WiFi
Updated:A friend setup his home systems to turn on his PC using Amazon Alexa and tasker to trigger a Raspberry Pi to operate a relay and effectively activate the p
Emmet.io
Updated:Emmet — the essential toolkit for web-developers
Nuclide
Nuclide is built as a single package on top of Atom to provide hackability and the support of an active community. It provides a first-class development en
Application Construction
Updated:Frameworks For rapid application development there's a lot of pre-written code out there that is mature and highly capable. There's no need to build from t
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.