php-autoloader-from-scratch
Description of the project
This project was created to show how you can configure docker and autoloader using composer without using any framework.
Start the project
- Build and start the container:
docker compose up --build -d
- Stop the container:
docker compose down
- Visit the site on
http://localhost:8000