This section explains how one should write and maintain code in development environment. Some coding principles may
differ from one to another in diffrent tech stack but basic idology remains the same and we encourage you to follow the conventions throughout.
All PHP code MUST follow PSR guidelines. Most likely your project's server side is based on LAMP stack and uses Laravel as core framework. Since Laravel follows PSR-2 we like to stick to it and expect you to follow the same guidelines in most of PHP development environments.
We strongly recommend that all code MUST comply with PSR-1, PSR-2, PSR-4 standards. Make sure you read through the mentioned PSR guidelines.