Skip to content

Commit 1fcb637

Browse files
committed
Update README with better instructions
1 parent 55b18c6 commit 1fcb637

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ This is the source code of my Udemy course **[Build a Modern REST API with PHP 8
1010
It is indispensable to [enroll the Udemy course](https://www.udemy.com/course/build-modern-php-api/) in order to understand and setup properly this project.
1111

1212

13+
## Requirements
14+
15+
* [PHP v8.2](https://www.php.net/releases/8.2/en.php) or newer.
16+
17+
1318
## Quick Setup
1419

15-
* Composer & `composer install`
20+
* Ensure [Composer](https://getcomposer.org) is setup on your machine. Then, run `composer install`
1621
* Run the in-built PHP server `php -S localhost:8080`
1722

1823

0 commit comments

Comments
 (0)