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 4a60455 commit 6af6357Copy full SHA for 6af6357
composer.json
@@ -12,7 +12,9 @@
12
],
13
"require": {
14
"php": ">=5.4",
15
- "laravel/framework": ">=5.0.0"
+ "illuminate/support": ">=5.0.0",
16
+ "illuminate/database": ">=5.0.0",
17
+ "illuminate/http": ">=5.0.0"
18
},
19
"require-dev": {},
20
"autoload": {
src/LumenServiceProvider.php
@@ -0,0 +1,13 @@
1
+<?php
2
+
3
+namespace Unlu\Laravel\Api;
4
5
+use Illuminate\Support\ServiceProvider;
6
7
+class LumenServiceProvider extends ApiQueryBuilderServiceProvider
8
+{
9
+ public function boot()
10
+ {
11
+ //
+ }
+}
0 commit comments