Skip to content

Commit dac40fa

Browse files
committed
Update README.md
1 parent fe1fb50 commit dac40fa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,13 @@ In PHPStorm I set the new server as the default and set the autoload option on t
6161

6262
Check to make sure the files ended up on your test VM where you expected them to be.
6363

64-
Edit the configuration options in app/config.php to match where you put everything.
64+
Rename the directory src/YourName/YourProject to be your name or your organizations name for your namespace root followed by the name of this project. This may feel like a lot of directories but it keeps it PSR-0 complient for when you want to package your project or use it with another PSR-0 compliant autoloader.
6565

66+
Then replace all the instances of YourName/YourProject in the template with the new values... what can I say the result won't have any magic since these are the example classes for you to edit, not something in the framework namespace.
67+
68+
Edit the configuration options in public_html/config.php to match where you put everything.
69+
70+
You should have a working hello world example.
6671

6772
## Unit Testing
6873
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)