We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 56f8611Copy full SHA for 56f8611
README.md
@@ -0,0 +1,11 @@
1
+# JsonApiException plugin for CakePHP
2
+
3
+## Installation
4
5
+You can install this plugin into your CakePHP application using [composer](https://getcomposer.org).
6
7
+The recommended way to install composer packages is:
8
9
+```
10
+composer require your-name-here/json-api-exception
11
0 commit comments