Skip to content

Commit 6513d41

Browse files
authored
Update README.md
1 parent 2d079c8 commit 6513d41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ RawPHP is powerful and robust PHP framework that helps people from different PHP
44

55
RawPHP comes with complete user authentication system built-in and ready to use out of the box.
66

7+
## Tutorial
8+
Take the full tutorial here on (Udemy)[https://www.udemy.com/web-development-with-php-build-a-nice-job-recruitment-site/]
9+
710
## Installation
811
There are two ways to install RawPHP:
912

@@ -31,7 +34,7 @@ $ php -S localhost:8000 -t public
3134
Going to http://localhost:8000/ will now display your default Homepage.
3235

3336
### Wamp, LAMP or XAMP server
34-
Otherwise, you can just put it in your wamp/www or xxamp htdocs folder and access it by visiting the url on your browser `localhost/your-rawphp-folder/public
37+
Otherwise, you can just put it in your wamp/www or xxamp htdocs folder and access it by visiting the url on your browser `localhost/your-rawphp-folder/public`
3538

3639

3740
For more information on how to configure your web server, see the [Documentation](https://www.slimframework.com/docs/start/web-servers.html).

0 commit comments

Comments
 (0)