Laravel LTS version 6.x came up with new and modified some of features. Auth system modified in this version with “ui vue --auth”. In this learning, we will build multiple platforms and each platform will have its own login system or login panel, for ...
Multi Containers Docker Using Docker Compose for Laravel Project
Here we are going to create three containers with three different Dockerfiles. There will be three different containers are: mysql as mysql_lara and this container for the mysql database and it will be using 5009 port, Laravel project as app_laravel and ...
Docker For Beginners
Docker is an open platform for developing, shipping, and running applications. It enables you to separate your applications from your infrastructure so you can deliver software quickly. With this, you can manage your infrastructure in the same ways you m ...