Fixing "iproxy cannot be opened" with Flutter
With Flutter installed via HomeBrew, when it updates you can have issues testing on a real IOS device through the cable, here is how to fix it.
RunCloud blew up our PrestaShop server!?
26 mai 2020
Small tip in RunCloud configuration if you're using PrestaShop to not inadvertently fill your disk with error logs.
Using the PerchCMS Factory pattern
03 mars 2020
This post describes how to use the PerchCMS Factory pattern to interact with your PerchCMS data.
Leverage NPM for repetitive frontend development
Lots of components used to develop a website are re-used from one site to another. It would be inefficient to recode everything from scratch each time. Rather than copying and pasting between projects, here's a quick intro into using NPM to install your reusable front end components.
Testing FTP & SFTP locally on your Mac
23 janvier 2020
Need to test some code that transfers files via FTP or SFTP but don't want to risk using the production FTP account? This post will show you how to setup and connect to your local Mac FTP or SFTP server for testing.
Clearing the Perch Shop Cache
Is your custom Perch Shop process not updating the cart details? It's probably the Perch Shop Cache showing stale data. Here's how to clear it.
Configuring PerchCMS with PHP Dotenv
22 novembre 2019
How to integrate .env files to store environmental specific credentials with Perch CMS and keep that information out of your Git repository
Laravel Mix, minus the Laravel ?
18 novembre 2019
Laravel mix is the frontend toolkit that ships with the Laravel PHP framework and uses Webpack. But you don't need to use Laravel to take advantage of Laravel Mix. Here is how Cognetif uses Laravel Mix with Perch CMS.