File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77/vendor /
88* .swp
99* .swo
10+ .idea
Original file line number Diff line number Diff line change @@ -7,27 +7,6 @@ This package provides a wonderful **PHP Skeleton** to start building your next p
77⚡️ Create your package using [ Composer] ( https://getcomposer.org ) :
88
99``` bash
10- composer create-project nunomaduro /skeleton-php --prefer-source PackageName
10+ composer create-project swow-cloud /skeleton-php --prefer-source PackageName
1111```
1212
13- 🧹 Keep a modern codebase with ** Pint** :
14- ``` bash
15- composer lint
16- ```
17-
18- ⚗️ Run static analysis using ** PHPStan** :
19- ``` bash
20- composer test:types
21- ```
22-
23- ✅ Run unit tests using ** PEST**
24- ``` bash
25- composer test:unit
26- ```
27-
28- 🚀 Run the entire test suite:
29- ``` bash
30- composer test
31- ```
32-
33- ** Skeleton PHP** was created by ** [ Nuno Maduro] ( https://twitter.com/enunomaduro ) ** under the ** [ MIT license] ( https://opensource.org/licenses/MIT ) ** .
You can’t perform that action at this time.
0 commit comments