Laravel Dusk: This version of ChromeDriver only supports XX

This version of ChromeDriver only supports Chrome version 78 Laravel <5.8 projects, download this pacjage composer require --dev staudenmeir/dusk-updater php artisan dusk:update Check this version

Make migration for package

Made a small command for making migration for packages. I then to forge the parameters. class MakeMigrationForPackage extends Command {...

Bash aliases

Restart OPCache alias phprestart='echo "" | sudo -S service php7.2-fpm reload' alias phprestart='echo "" | sudo -S...

Purge Cloudflare Cache

CloudFlare is a great service, but their rather agressive caching can be confusing during development. However there is a way to purge the cache thru their API. To set this...

Laravel Dusk and iframes

Testing payments has been a big headache for me lately. Yesterday I found this little nugget that made it possible to test the entire flow from A-Z. This is how...