We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3de509 commit fc775a3Copy full SHA for fc775a3
README.md
@@ -2,3 +2,10 @@
2
This is an Automatic ClassFile Loader for PHP.
3
4
<h2>How To</h2>
5
+<ol type="1">
6
+ <li>Include "init.php" file in the project at the start.</li>
7
+ <li>Put all your class files organized under "lib" directory in the server root.</li>
8
+ <li>There you go!</li>
9
+</ol type="1">
10
+
11
+<p>This is the preferred method for autoloading classes in PHP 7.2 onwards</p>
0 commit comments