Skip to content

Commit f29991f

Browse files
authored
Update README.md
1 parent 5a2c4c7 commit f29991f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ A tool that helps developers to generate their UML diagram through uploading the
66
- If you have locally webserver, just copy it and paste it on /var/www/html then access it on `localhost`
77

88
# How it works?
9-
## Step1: Open the upload page
10-
By openning this page, you will have the open to choose the available langages support for generating UML diagram out of code. Since currently, we have only PHP support, you can uploads your php files. There are are already some some php example files which you can upload them, [Admin.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Admin.php), [Librarian.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Librarian.php), [Library.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Library.php), [LibraryISSN.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryISSN.php), [LibraryOnline.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryOnline.php), [LibraryQuickSearch.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryQuickSearch.php),[Pateron.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Pateron.php), [PateronRecord.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/PateronRecord.php), [Reservation.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Reservation.php), [books.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/books.php), [booksDB.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/booksDB.php), [payment.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/payment.php).
9+
- Open the upload page
10+
- Uload your PHP classes or files
11+
- the generated UML will be shown.
12+
13+
There are are already some some php example files which you can upload them, [Admin.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Admin.php), [Librarian.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Librarian.php), [Library.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Library.php), [LibraryISSN.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryISSN.php), [LibraryOnline.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryOnline.php), [LibraryQuickSearch.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/LibraryQuickSearch.php),[Pateron.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Pateron.php), [PateronRecord.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/PateronRecord.php), [Reservation.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/Reservation.php), [books.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/books.php), [booksDB.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/booksDB.php), [payment.php](https://github.com/AzarguNazari/PHP-To-UML/blob/master/src/Tests/test1/payment.php).
1114
![The uploading files page](https://github.com/AzarguNazari/PHPtoUML/blob/master/snapshot/input%20option.png)
1215

1316
# Generating

0 commit comments

Comments
 (0)