File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,24 @@ Repository to accompany the YouTube series
5
5
6
6
Requirements
7
7
------------
8
-
9
- * PHP 8.0 or higher
8
+ - [ PHP 8.0 or higher] ( https://www.php.net/downloads.php )
9
+ - [ Composer] ( https://getcomposer.org/ )
10
+ - [ Symfony CLI] ( https://symfony.com/download )
11
+ <!-- - [Docker](https://www.docker.com/) -->
10
12
11
13
Installation
12
14
------------
13
- Clone the project.
15
+ ``` bash
16
+ $ git clone https://github.com/GaryClarke/async-symfony.git
17
+ $ cd async-symfony
18
+ ```
14
19
15
20
Usage
16
21
-----
17
22
Install all dependencies via ` composer ` :
18
23
19
24
``` bash
20
- $ composer intall
25
+ $ composer install
21
26
```
22
27
Run the project:
23
28
@@ -40,3 +45,11 @@ Execute this command to run tests:
40
45
$ cd my_project/
41
46
$ ./bin/phpunit
42
47
```
48
+
49
+ ## Contribution
50
+ if you want to contribute, feel free to follow the video which explains everything about it [ here] ( https://www.youtube.com/watch?v=s_foKPUz62w )
51
+
52
+
53
+ ## Socials
54
+
55
+ Subscribe to YouTube channel [ here] ( https://www.youtube.com/c/GaryClarkeTech/featured )
You can’t perform that action at this time.
0 commit comments