Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yashvant Singh
/
laravel--
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Alexey Mezenin
2021-11-02 06:35:09 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aa45dfbc71e60a0b137a284f02ac90f288b3c927
aa45dfbc
1 parent
4c04eb03
More instructions added to Readme
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
README.md
README.md
View file @
aa45dfb
...
...
@@ -6,7 +6,16 @@ See how the exact same Medium.com clone (called [Conduit](https://demo.realworld
### How to run the API
Clone the repo, enter the project folder and run these commands to install the app
Make sure you have PHP and Composer installed globally on your computer.
Clone the repo and enter the project folder
```
git clone https://github.com/alexeymezenin/laravel-realworld-example-app.git
cd laravel-realworld-example-app
```
Install the app
```
composer install
...
...
Please
register
or
login
to post a comment