Blog

Posts

Build and Run Laravel 7 in Docker Part 4 - MySQL

Add the Database We want to persist this container allowing us to stop and start it without losing...

Build and Run Laravel 7 in Docker Part 3 - Nginx

Creating the Web Block Below the pasted app file we now create an Nginx App. Alignment is imporant...

Build and Run Laravel 7 in Docker Part 2 - PHP

Creating the App Open your docker-compose.yml and paste the following. Notice the dockerfile line....

Build and Run Laravel 7 in Docker Part 1 - Laravel

Create a Laravel Project laravel new docker-guide Create a docker-compose.yml cd docker-guide to...

Ethereum Mining using Linux

Here is how I started mining Ethereum using my Linux PC.sudo apt-get install software-properties-com...

Installing Mongo DB instance on Docker for Windows using a JSON file

DockerIf not installed download Docker. To check go to your command-line terminal like Git Bash and...

[SOLVED] Unable to locate phpcs. Please add phpcs to your global path.....

How to install phpcs in Visual Studio Code on Windows 10 also remove the error phpcs: Unable to loca...

Laravel Artisan Commands

Inside Laravel there is a very useful command that will help you throughout your entire development...

How to use moment.js in Vue.js and Laravel 5

In this project I wanted to show when how old the post was since I uploaded it. To do this I wanted...

Using CURL to POST Images to a Server

cURL is a computer software project providing a library and command-line tool for transferring data...