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
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ RawPHP comes with complete user authentication system built-in and ready to use
12
12
## Installation
13
13
There are two ways to install RawPHP:
14
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. If you don't have composer already installed in your system, do download and installed [Composer](https://getcomposer.org/) .
15
+
* The first way, (recommended) 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. If you don't have composer already installed in your system, do download and installed [Composer](https://getcomposer.org/) .
16
16
17
17
* The second way is to use [Composer](https://getcomposer.org/) to install RawPHP.
18
18
Navigate to the folder you wish to install RawPHP, then run the below code in your command line
@@ -26,6 +26,7 @@ Both methods install RawPHP and all required dependencies. RawPHP requires PHP 5
26
26
## Usage
27
27
28
28
There are two ways to run RawPHP
29
+
29
30
### PHP's inbuilt server
30
31
After RawPHP has installed, you can run it by using the built-in PHP server. Navigate to the root folder and run the below command:
31
32
```bash
@@ -48,20 +49,21 @@ $ phpunit
48
49
```
49
50
50
51
Now you have a copy of RawPHP and it's working fine, you'll need to setup your RawPHP database to complete this installation. The full [installation instructions are here](https://github.com/rawphp-framework/rawphp-docs/blob/master/docs/start/installation.md) . Enjoy.
52
+
53
+
## Documentation
54
+
Below is the link to the documentation and tutorials
-[Sample blog application tutorial](https://github.com/rawphp-framework/RawPHP-docs/blob/master/docs/tutorial/first-app.md)
58
+
- Build a Job recruitment platform using this [Youtube Video Tutorials](https://www.youtube.com/watch?v=hzRXYrdR4m0&list=PLnBvgoOXZNCM_cxMH8rhLVch_YQbUL5el)
If you make any tutorial on RawPHP, please [report it as an issue](https://github.com/rawphp-framework/rawphp/issues) so we can add it to one of the resources.
52
64
53
65
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
54
66
55
-
## Learn More
56
-
Since RawPHP was built using the best parts of CakePHP, Laravel and Slim, you can always consult the documentation of any of them to learn more about RawPHP
57
-
You can also create an issue on this repo to get better clarifications if you have any questions.
0 commit comments