Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 738de3e

Browse files
committed
add lucid services providers
1 parent 3aa6b09 commit 738de3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/app.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| any other location as required by the application or its packages.
1313
*/
1414

15-
'name' => 'Laravel',
15+
'name' => 'My Application',
1616

1717
/*
1818
|--------------------------------------------------------------------------
@@ -177,6 +177,9 @@
177177
Framework\Providers\EventServiceProvider::class,
178178
Framework\Providers\RouteServiceProvider::class,
179179

180+
App\Foundation\ServiceProvider::class,
181+
Lucid\Console\LucidServiceProvider::class,
182+
180183
],
181184

182185
/*

0 commit comments

Comments
 (0)