Tag: Laravel
All the articles with the tag "Laravel".
Guzzle and Curl
Updated:Related to my previous post about Laravel. Guzzle and Nginx I ran into an issue with our proxy. The proxy is always a source of fun and games. Because the
Laravel, Guzzle and Nginx
After deploying a working test into our pre-production environment the Guzzle API calls we were making to fetch bank holiday data from the .gov.uk site sta
[unixODBC][Driver Manager]Can’t open lib : file not found
Updated:I have no idea how we came up against this issue on one of the development images. I'd prepared it all up to the point of delivering php. After following m
Building a Debian Development Server
Updated:When I setup a development system there are a few steps I follow to get everything working together. The aim is to get everything installed to provide php
Laravel Caching Indefinitely
Updated:I recently attended the Laravel UK conference and learned a lot of very useful things. One of them related to a caching methodology being used for data tha
Laravel Native Events
https://stackoverflow.com/questions/13059744/where-can-i-get-a-complete-list-of-laravel-events-fired-by-the-core-libraries
Linux and MS SQL ODBC Authentication
My recent troubles spawned from connecting my Laravel application to a Microsoft SQL Server database. My username and password are correct but the connecti
Laravel Echo and Redis
Updated:The corporate app just got made a bit smarter. In order to alert users that something has happened that they should be aware of we've added real time notif
PHPUnit - Version Mismatch
As our codebase matures we return to develop unit tests to ensure our QA process captures any code changes that may have altered the functionality of the p
Laravel 5.5 and Hot Module Reload
Updated:Using Hot Module Reload (HMR) with Laravel