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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,15 @@ RawPHP comes with complete user authentication system built-in and ready to use
11
11
12
12
## Installation
13
13
There are two ways to install RawPHP:
14
+
15
+
* The first way is to clone `https://github.com/rawphp-framework/rawphp.git` into your local machine, then CD into it and run `composer install` in your command line.
16
+
14
17
* It's recommended that you use [Composer](https://getcomposer.org/) to install RawPHP.
15
18
16
19
```bash
17
20
$ composer require partner/rawphp
18
21
```
19
22
20
-
* The second way is that you can just clone this repository into your local machine, then CD into it and run `composer install` in your command line.
21
23
22
24
Both methods install RawPHP and all required dependencies. RawPHP requires PHP 5.5.0 or newer.
0 commit comments