Skip to content

Commit

Permalink
Install Laravel Helper
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-betalabs committed Sep 14, 2018
1 parent 876d92a commit 42a89b4
Show file tree
Hide file tree
Showing 16 changed files with 1,191 additions and 44 deletions.
2 changes: 2 additions & 0 deletions app/Providers/AuthServiceProvider.php
Expand Up @@ -25,6 +25,8 @@ public function boot()
{ {
$this->registerPolicies(); $this->registerPolicies();


\Laravel\Passport\Passport::routes();

// //
} }
} }
2 changes: 2 additions & 0 deletions app/Providers/RouteServiceProvider.php
Expand Up @@ -39,6 +39,8 @@ public function map()


$this->mapWebRoutes(); $this->mapWebRoutes();


\Betalabs\LaravelHelper\LaravelHelper::routes();

// //
} }


Expand Down
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -6,6 +6,7 @@
"type": "project", "type": "project",
"require": { "require": {
"php": "^7.1.3", "php": "^7.1.3",
"betalabs/engine-laravel-helper": "^0.4.1",
"fideloper/proxy": "^4.0", "fideloper/proxy": "^4.0",
"laravel/framework": "5.7.*", "laravel/framework": "5.7.*",
"laravel/tinker": "^1.0" "laravel/tinker": "^1.0"
Expand Down

0 comments on commit 42a89b4

Please sign in to comment.