-
-
Notifications
You must be signed in to change notification settings - Fork 970
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from nWidart/master
Uptodate
- Loading branch information
Showing
558 changed files
with
10,430 additions
and
12,088 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# These are supported funding model platforms | ||
|
||
github: nwidart | ||
github: dcblogdev |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,7 @@ coverage | |
.php_cs.cache | ||
.phpunit.result.cache | ||
.idea | ||
.php-cs-fixer.cache | ||
.DS_Store | ||
src/.DS_Store | ||
tests/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# CONTRIBUTING | ||
|
||
Contributions are welcome, and are accepted via pull requests. | ||
Please review these guidelines before submitting any pull requests. | ||
|
||
## Process | ||
|
||
1. Fork the project | ||
1. Create a new branch | ||
1. Code, test, commit and push | ||
1. Open a pull request detailing your changes. | ||
|
||
## Guidelines | ||
|
||
* Please ensure the coding style running `composer pcf`. | ||
* * Pull requests should be accompanied by passing tests. | ||
* Please remember ensure you commit to the correct major version, IE v11 for Laravel 11. | ||
|
||
## Setup | ||
|
||
Clone your fork, then install the dev dependencies: | ||
```bash | ||
composer install | ||
``` | ||
## PHP CS Fixer | ||
|
||
Run php-cs-fixer: | ||
```bash | ||
composer pcf | ||
``` | ||
## Tests | ||
|
||
Run all tests: | ||
```bash | ||
composer test | ||
``` | ||
|
||
Check coverage: | ||
```bash | ||
composer test-coverage | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.