Closed thepetk closed 1 year ago
It introduces a very first logic for laravel framework and port detection. The logic introduced focuses on the .env file which can be found inside the component and the APP_PORT variable.
.env
component
APP_PORT
APP_NAME=Laravel APP_ENV=local APP_KEY= APP_DEBUG=true APP_URL=http://localhost APP_PORT=9988
A test case for this logic has been added. Regarding the duplicate resources addition this will be cleaned during the issue #217
Fixes #212
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
[x] Unit/Functional tests
[x] Documentation
What does this PR do?
It introduces a very first logic for laravel framework and port detection. The logic introduced focuses on the
.env
file which can be found inside thecomponent
and theAPP_PORT
variable.A test case for this logic has been added. Regarding the duplicate resources addition this will be cleaned during the issue #217
Which issue(s) does this PR fix
Fixes #212
PR acceptance criteria
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
[x] Unit/Functional tests
[x] Documentation
How to test changes / Special notes to the reviewer