Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Add port detection for the Laravel detector #212

@mike-hoang

Description

@mike-hoang

Which area this feature is related to?

/area cli
/area library

Issue details

After fixing #188, we are able to detect Laravel framework for PHP projects. This issue is dedicated to port detection logic that should be added to the lavarel_detector.go

The function which will be the entrypoint for this detection logic will be DoPortDetection in laravel_detector.go

Potential Workaround

We might be able to get configured ports from env vars:

# .env file
SERVER_PORT="9000"

Metadata

Metadata

Assignees

Labels

area/cliCLI related issues

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions