dev-server icon indicating copy to clipboard operation
dev-server copied to clipboard

Local development server for serverless web apps

Results 3 dev-server issues
Sort by recently updated
recently updated
newest added

Hi, is this package still mantained? As for Bref documentation we should be able to use this repo if we are running event driven functions for an HTTP Application routed...

Serverless.yml configuration: functions: test: handler: test.php events: - httpApi: method: POST path: /test I have started the server using the command, vendor/bin/bref-dev-server ![image](https://github.com/brefphp/dev-server/assets/81163466/9755ec7f-9867-4455-81ef-fbf384ec4693) I have called the endpoint by this...

Is there any scope to bring in Symfony 6 support for this project?