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

  1. Build and start the container:
    docker compose up  --build -d
    
  2. Stop the container:
    docker compose down
    
  3. Visit the site on
    http://localhost:8000