We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938599d commit cddb708Copy full SHA for cddb708
1 file changed
README.md
@@ -0,0 +1,15 @@
1
+<p align="center">
2
+ <a href="https://github.com/ps-php/psphp">
3
+ <img src="https://raw.githubusercontent.com/ps-php/psphp/master/public/img/ps-git.png" alt="Ps logo" width="334">
4
+ </a>
5
+ <br/><br/>
6
+ <img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/ps-php/psphp">
7
+ <img alt="GitHub" src="https://img.shields.io/github/license/ps-php/psphp">
8
+ <img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/ps-php/psphp">
9
+</p>
10
+
11
+## Installation
12
+```composer create-project psphp/appstarter```
13
14
+## Setup
15
+Copy ```env.example.php``` to ```env.php```
0 commit comments