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 out there on development setups,
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 few things out of the
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 working with relational database models.
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 setup explaining a few things
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 some setup rules and limitations
Laradock needs to be set up to work with Supervisor. Here is how to Run Horizon by Supervisord in Laradock . Supervisord Configuration To Run Horizon by supervisord in
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 out (SQL: select * from
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 Signs In your .valet/Log/nginx-error.log you will see
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 if you had quite a
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 use: git reset –hard HEAD~1
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 forge@origin.com “rsync -aze ‘ssh -o
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 Ubuntu server itself. Netplan Configuration