Tutorial
Laravel: Installation and Directory Structure
Let’s see how can we install or setup a Laravel application. And what files and directories do we get after the installation is complete.
Linux Commands
Linux commands are case-sensitive and are written in lowercase. Let’s take a look at some basic information about Linux commands, and then we will dive deep into the individual commands.
Docker: Architecture
Docker is a platform for managing container-based applications. Using the container-based approach we can separate our application from the actual physical machine, and run it in a self-contained environment.
PHP Programming
PHP is one of the most popular programming languages for web application development. PHP is easy to learn and easy to use. PHP stands for “PHP Hypertext Preprocessor”.
Laravel Framework
Laravel framework facilitates faster development and increased productivity. As a batteries-included framework, Laravel includes many many built-in features, that save a lot of time.
Docker Tutorial
Docker is a platform for managing container-based applications. Using the container-based approach we can separate our application from the actual physical machine, and run it in a self-contained environment.
MongoDB Tutorials
MongoDB is a document-based database management system. The hierarchy is: Database > Collection > Document.