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
+23-17Lines changed: 23 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,24 +12,26 @@ 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/) .
16
-
17
-
* The second way is to use [Composer](https://getcomposer.org/) to install RawPHP.
18
-
Navigate to the folder you wish to install RawPHP, then run the below code in your command line
15
+
* The first way, (recommended) is to use [Composer](https://getcomposer.org/) to install RawPHP.
16
+
Navigate to the folder in your computer where you wish to install RawPHP, then run the below code in your command line
* The second way (only use this if the first method doesn't work for you) 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/) .
22
+
23
23
24
24
Both methods install RawPHP and all required dependencies. RawPHP requires PHP 5.5.0 or newer.
25
25
26
26
## Usage
27
27
28
28
There are two ways to run RawPHP
29
-
### PHP's inbuilt server
29
+
30
+
### Running your app
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
-
```bash
32
+
```
32
33
$ php -S localhost:8000 -t public
34
+
33
35
```
34
36
Going to http://localhost:8000/ will now display your default Homepage.
35
37
@@ -39,6 +41,9 @@ Otherwise, you can just put it in your wamp/www or xxamp htdocs folder and acces
39
41
40
42
For more information on how to configure your web server, see the [Documentation](https://www.slimframework.com/docs/start/web-servers.html).
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.
56
+
57
+
## Documentation
58
+
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)
62
+
- 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
68
53
69
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
54
70
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