Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 421 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 421 Bytes

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