Skip to content

Commit 8b1b9a2

Browse files
committed
Update README.md
1 parent df94849 commit 8b1b9a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@ The put method then ensures that the person is logged in, validates the data, ge
4444
## Installation With Composer
4545
Since composer is an easy way to pull in additional libraries you will need for your project I'm going to just explain how to install this project with composer.
4646

47+
## Installing By Hand
48+
I recommend learning about all of the stuff composer has to offer as many libraries to make your life easier can be installed this way but if you still don't want composer these will be the setup instructions.
49+
4750
## Unit Testing
4851
In general you just put tests in the testing directory with the same structure as the classes you are testing in the classes directory. The environment is Testing and so the associated configuration and dependency injection classes will be loaded.

0 commit comments

Comments
 (0)