Laravel Horizon: requires ext-posix, missing from CentOS
The post Laravel Horizon: requires ext-posix, missing from CentOS appeared first on ma.ttias.be. Here's what I ran into when I tried to install a project that required laravel/horizon via Composer. $...
View ArticleLaravel Forge + Envoyer + Managed Hosting = Nucleus
The post Laravel Forge + Envoyer + Managed Hosting = Nucleus appeared first on ma.ttias.be. I've been enjoying using Laravel a lot lately, a modern PHP framework that comes with queues, a CLI...
View ArticleAntwerp WordPress User Group offering public speaking course
The post Antwerp WordPress User Group offering public speaking course appeared first on ma.ttias.be. At the next WordPress Antwerp meetup, there will be a presentation and workshop on how to do public...
View ArticleCompile PHP from source: error: utf8_mime2text() has new signature
The post Compile PHP from source: error: utf8_mime2text() has new signature appeared first on ma.ttias.be. It's been a while, but I had to recompile a PHP from source and ran into this problem during...
View ArticleLaravel & MySQL auto-adding “on update current_timestamp()” to timestamp fields
The post Laravel & MySQL auto-adding “on update current_timestamp()” to timestamp fields appeared first on ma.ttias.be. We hit an interesting Laravel "issue" while developing Oh Dear! concerning a...
View ArticleLaravel Telescope: Data too long for column ‘content’
The post Laravel Telescope: Data too long for column ‘content’ appeared first on ma.ttias.be. For Oh Dear!, we're using Laravel Telescope as a convenient way of tracking/displaying exceptions, runs,...
View ArticleIncrease the number of open files for jobs managed by supervisord
The post Increase the number of open files for jobs managed by supervisord appeared first on ma.ttias.be. In Linux, a non-privileged user by default can only open 1024 files on a machine. This includes...
View ArticleBenchmarking websocket server performance with Artillery
The post Benchmarking websocket server performance with Artillery appeared first on ma.ttias.be. We recently deployed a custom websocket server for Oh Dear! and wanted to test its ability to handle...
View ArticleMySQL 8 & Laravel: The server requested authentication method unknown to the...
The post MySQL 8 & Laravel: The server requested authentication method unknown to the client appeared first on ma.ttias.be. For local development I use Laravel Valet. Recently, the brew packages...
View Article