Skip to content

Commit fdaa5c5

Browse files
authored
Update README.md
1 parent 972471e commit fdaa5c5

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RawPHP comes with complete user authentication system built-in and ready to use
1212
## Installation
1313
There are two ways to install RawPHP:
1414

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/) .
1616

1717
* The second way is to use [Composer](https://getcomposer.org/) to install RawPHP.
1818
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
2626
## Usage
2727

2828
There are two ways to run RawPHP
29+
2930
### PHP's inbuilt server
3031
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:
3132
```bash
@@ -48,20 +49,21 @@ $ phpunit
4849
```
4950

5051
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
55+
56+
- [Documentation](https://github.com/rawphp-framework/rawphp-docs)
57+
- [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)
59+
- [Website](https://github.com/rawphp-framework/rawphp-website)
60+
61+
5162
## Contributing
63+
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.
5264

5365
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
5466

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.
58-
Learn more at these links:
59-
60-
- [Website](https://www.slimframework.com)
61-
- [Documentation](https://www.slimframework.com/docs/start/installation.html)
62-
- [Support Forum](http://discourse.slimframework.com)
63-
- [Twitter](https://twitter.com/slimphp)
64-
- [Resources](https://github.com/xssc/awesome-slim)
6567

6668
## Security
6769

0 commit comments

Comments
 (0)