Skip to content

Commit 05a1a96

Browse files
authored
Update README.md
1 parent 6f5eea9 commit 05a1a96

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

README.md

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
1-
<h1 align="center">Workshop Starter Kit</h1>
1+
<h1 align="center">PHP 8 Appreciate</h1>
22

3-
<p align="center">If you want to build your own workshop, this repository and it't tools will help you get going</p>
3+
<p align="center">
4+
A PHP School workshop, showcasing the new features of PHP 8. PHP School is a revolutionary new way to learn PHP </br> Bring your imagination to life in an open learning eco-system
5+
</p>
46

57
<p align="center">
6-
<a href="https://phpschool-team.slack.com/messages">
7-
<img src="https://phpschool.herokuapp.com/badge.svg">
8-
</a>
8+
<a href="https://github.com/php-school/php8-appreciate/actions">
9+
<img src="https://github.com/php-school/php8-appreciate/actions/workflows/build.yml/badge.svg">
10+
</a>
11+
<a href="https://codecov.io/github/php-school/php8-appreciate">
12+
<img src="https://img.shields.io/codecov/c/github/php-school/php8-appreciate.svg?style=flat-square">
13+
</a>
14+
<a href="https://phpschool-team.slack.com/messages">
15+
<img src="https://phpschool.herokuapp.com/badge.svg">
16+
</a>
917
</p>
10-
----
1118

12-
## Getting Started
19+
---
1320

14-
```shell
15-
composer create-project php-school/workshop-starter-kit your-workshop-name
16-
```
21+
<p align="center">
22+
<img width="500" alt="PHP 8 Appreciate" src="https://cloud.githubusercontent.com/assets/2174476/12734228/2bb56e46-c937-11e5-803a-e94687adfbce.png">
23+
</p>
1724

18-
That's it! You will be prompted for some information along the way, this will be used to setup the project details in `composer.json`, setup autoloading of your classes and a few other things. A command will be dispayed towards the end of the process which will immediately allow you to run your workshop!
25+
## Installation
1926

20-
For detailed documentation on how to actually build execrises and extend the application, check the docs page on our site [www.phpschool.io/docs](https://www.phpschool.io/docs).
27+
1. Install [PHP](http://php.net/downloads.php)
28+
2. Install [workshop-manager](https://www.phpschool.io/)
29+
3. Run `workshop-manager install php8appreciate`
30+
4. Run `learnyouphp`
2131

22-
Finally, drop in the [slack channel](https://phpschool-team.slack.com/messages) if you have further questions. Also send us a PR [here](https://github.com/php-school/phpschool.io) or just drop us a message if you want your workshop featured on www.phpschool.io!
32+
**php8appreciate** will run through a series of PHP workshops dealing with new PHP 8 features including Property promotion, Match, Named Arguments, Attributes & so on.

0 commit comments

Comments
 (0)