dumbo/examples/logger/README.md
Lucas Coutinho 643aa4f90d
feat: add logger helper (#32)
refact: remove monolog/monolog and use psr/log
2024-09-02 11:29:17 +01:00

298 B

Logger Example

This example demonstrates how to use a logger in Dumbo.

Running the Example

  1. Install dependencies:

    composer install
    
  2. Start the server:

    composer start
    
  3. Access the route:

      curl -v http://localhost:8000