Let’s create a Vue Project with the Vue Command Line Interface and work with Vue files in this post. We will start with the whole…
Author: Jasper Frumau
Let’s Encrypt Wildcard Certificates have been possible for a few months as well and I am really enthusiastic about it and so should you. There are however…
Laradock needs to be set up to work with Supervisor. Here is how to Run Horizon by Supervisord in Laradock . Supervisord Configuration To…
Somtimes tinkering with Laradock containers you may get a SQLSTATE[HY000] [2002] Connection timed out or to be more specifically Illuminate\Database\QueryExceptionPOST /login SQLSTATE[HY000] [2002] Connection timed…
Sometimes your WordPress website won’t load properly in Laravel Valet. You keep on getting Laravel Valet Nginx 502 errors. What can be done about it? Telltale…
Removing Failed Jobs in Laravel Horizon, how is that done really? First you will notice you can restart jobs, but you cannot remove them. And…
Undo Git Commits, how do you do these easily? Do quickly undo a few commits so you can go back a few version you can…
Laravel Forge Server Files Sync using rsync is the way to go to quickly synchronize files between servers. Just do a simple ssh -o ForwardAgent=yes…
To set up a TransIP BladeVPS Ubuntu 18.0.4 Private Network you need to do quite a bit of work as you do setting up the TransIP…
For a SaaS we have been working on we wanted to use a Root Record CNAME . A CNAME Record to point to the main…
To install Browser Sync in Laravel run npm i -D browser-sync Webpack Tweak in webpack.mix.js add mix.browserSync(‘laravel.test’); or one with the url you are using to…
To do a Trellis DO SSL Upgrade to have your Digital Ocean Droplet run Trellis with all secure https SSL urls several steps will need…