You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ RawPHP is powerful and robust PHP framework that helps people from different PHP
4
4
5
5
RawPHP comes with complete user authentication system built-in and ready to use out of the box.
6
6
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
+
7
10
## Installation
8
11
There are two ways to install RawPHP:
9
12
@@ -31,7 +34,7 @@ $ php -S localhost:8000 -t public
31
34
Going to http://localhost:8000/ will now display your default Homepage.
32
35
33
36
### 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`
35
38
36
39
37
40
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