Skip to content

Commit fc775a3

Browse files
committed
README Updated
1 parent c3de509 commit fc775a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@
22
This is an Automatic ClassFile Loader for PHP.
33

44
<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

Comments
 (0)