Tag: php
All the articles with the tag "php".
Laravel and Lagan Web Services - SOAP API
Updated:SOAP is a dirty word to me. But I have a need to interact with our CRM system to import / extract data. My go to platform for most of my PHP work is Larave
Laravel Debug Bar
Updated:It's a good job my job title doesn't include development. Some things I find out seem a long time after I need then and would be useful in the world of dev
Vue.js - Past the First Week
Updated:I started recoding a project that I'd only just built using Vue.js as an exercise in learning Vue. The project had only just been deployed using Laravel 5.
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.
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
Composer Require Specific Branch
Updated:I'm trying to test out a version of a SAML project that doesn't include the now defunct php extension for mcrypt. Using composer require kept on grabbing t
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
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