Compliance to coding standards (PSR-4) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Compliance to coding standards (PSR-4)

I'm working with Laravel php I have a question about how to apply Compliance to coding standards (PSR-4) or how I can write following it or what it is?

3rd Jan 2019, 1:18 PM
Ahmed Helal Ahmed Ali
Ahmed Helal Ahmed Ali - avatar
1 Answer
+ 3
See here: https://stackoverflow.com/a/15523261/4215651 PSR-4 is a set of rules to follow in autoloading PHP files (http://php.net/autoload ). See the rules here: https://www.php-fig.org/psr/psr-4
11th Jan 2019, 8:55 PM
$machitgarha
$machitgarha - avatar