Been bothering me for a long time that there are no great blog posts on setting up Laravel for Production. There are plenty of blogs…
Blog
In this part nine we are going to discuss how to set up backend routes and controllers, but before we start let me get a…
As mentioned in part one of the series we are using Mongoose so we can work with schemas and models like we are used to…
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…
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…