I submitted a php project recently. today i got an soft rejection mail from envato market. i received email with following …
Here is the comment from your Envato Quality team reviewer:
-
Please make sure the code adheres to PSR standards.
-
Make sure that the code doesn’t raise any PHP errors, notices or warnings. Please set error_reporting(E_ALL)
-
Please double check for common security vulnerabilities: SQL injection, XSS, CSRF etc
-
Please make sure the item doesn’t contain any encrypted code or a third party licensing system.
The documentation is a little lacking.
my project live link : pms.binarycastle.net
login details : email : abc@doctor.com pass : 123456
i write this project using Laravel framework.
- In laravel i follow laravel codaing standard isn’t laravel coding standard PSR standard ?
- All error handle by laravel is error_reporting(E_ALL) necessary ?
- Laravel have default security to prevent SQL injection and CSRF and XSS
- In my project i don’t use any encrypted code or any third party licensing system .
Maybe the documentation has a little but lacking…
How can i solve this issue ??
this is my first submission in codecannyon.
Thanks in advance