Amirhf1 / dockerize-laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerize Your Laravel Application 🐳

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.

How To Use

  • 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

Credits

License

The MIT License (MIT). Please see License File for more information.

About

License:Apache License 2.0


Languages

Language:Dockerfile 53.4%Language:Makefile 46.6%