You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find all the documentation of this package on this link : [Laravel Unit Tests documentation](https://docs-laravel-unit-tests.alexis-gousseau.com).
45
+
You can find all the documentation of this package on this link : [Laravel Unit Tests documentation](https://doc-laravel-unit-tests.alexis-gousseau.com).
47
46
48
47
# Contributing
49
48
50
49
### Create a task
51
50
52
51
You can create a [new issue](https://github.com/alexis-gss/laravel-unit-tests/issues/new/choose) with a specific templates : bug or feature.
53
52
54
-
Once your code is working, please run the following commands `./vendor/bin/phpstan`, `./vendor/bin/phpcs` to verify that your code is following the same coding standards (in all cases, there is github actions that check this part).
53
+
Once your code is working, please run the following commands `composer run phpcs`, `composer run phpstan` to verify that your code is following the same coding standards (in all cases, there is github actions that check this part).
55
54
56
55
### Fixing a Bug
57
56
@@ -63,7 +62,7 @@ When implementing a feature please create an issue first explaining your idea an
63
62
64
63
# Changelog
65
64
66
-
Latest version v1.1.2.
65
+
Latest version [v1.1.3](https://github.com/alexis-gss/laravel-activity-logs/releases/tag/v1.1.3).
67
66
68
67
See the [CHANGELOG.md](CHANGELOG.md) file for details.
0 commit comments