To containerize an application refers to the process of adapting an application and its components to be able to run it in lightweight environments known as containers. Such environments are isolated and disposable and can be leveraged for developing, testing, and deploying applications to production.
-
Transfer the files in this repository to your project.
-
And add the following two values to the Laravel project according to your needs
PROJECT_NAME=laravel_name
APP_DOMAIN=laravel.com
The MIT License (MIT). Please see License File for more information.