Download the PHP package trinsyca/docker without Composer
On this page you can find all versions of the php package trinsyca/docker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download trinsyca/docker
More information about trinsyca/docker
Files in trinsyca/docker
Package docker
Short Description Docker Setup [frontend, backend, fullstack] for Laravel
License MIT
Informations about the package docker
π TrinsyCa Docker Setup π
Please choose your preferred language [β
βEnglishβ
β][EN] [β
βTurkishβ
β][TR] [TR]: README.tr.md [EN]: https://github.com/TrinsyCa/Docker/?tab=readme-ov-file#-trinsyca-docker-setup-
What is this project for?
- This project allows you to easily set up Docker configurations for your PHP projects.
- You can integrate frontend, backend, or full-stack setups with just a few commands!
Installation π
To integrate this project into your own, simply run the following command:
This will add the necessary Docker files and configurations to your project.
After running the installation commands, the project will automatically execute the command composer require trinsyca/trinsy
.
During this process, you will be prompted with the following question in the terminal:
- Please type
y
to allow and proceed.
This will install the trinsyca/trinsy
plugin, enabling you to use the Docker setup commands
Available Commands βοΈ
Once installed, use the following Composer commands to set up the Docker configurations for your project:
For Frontend Docker Setup:
For Backend Docker Setup:
For Fullstack Docker Setup (Frontend & Backend):
To Remove Docker Files:
How It Works π§
- Frontend: Adds Docker configuration for frontend development.
- Backend: Adds Docker configuration for backend services, including database and API setup.
- Fullstack: Combines both frontend and backend Docker setups.
- Remove: Safely removes the Docker-related files from your project.
Note π
Before removing Docker files, you will be prompted with a confirmation to ensure you want to proceed.