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.
1 parent 0439b82 commit 28189f2Copy full SHA for 28189f2
.gitignore
@@ -0,0 +1,5 @@
1
+composer.phar
2
+composer.lock
3
+/vendor/
4
+/.idea/
5
+.phpunit.result.cache
composer.json
@@ -0,0 +1,14 @@
+{
+ "name": "lextira/larvel-formrequest-singleton",
+ "description": "Use Laravel's excellent FormRequest as Singleton.",
+ "license": "MIT",
+ "require": {
6
+ "php" : "^7.0",
7
+ "laravel/framework": "^6.0"
8
+ },
9
+ "autoload": {
10
+ "psr-4" : {
11
+ "Lextira\\FormRequestSingleton\\" : "src/"
12
+ }
13
14
+}
0 commit comments