diff --git a/.laravel-commit b/.laravel-commit index 5eeefa5..138f078 100644 --- a/.laravel-commit +++ b/.laravel-commit @@ -1 +1 @@ -362383d7c59555002806cd9b8ec7ec1368dc24db +07360db40aa6b74c399d06744a8a2d95e0e818b6 diff --git a/config/app.php b/config/app.php index 513b401..1afa9eb 100644 --- a/config/app.php +++ b/config/app.php @@ -173,8 +173,8 @@ return [ * Application Service Providers... */ App\Providers\AppServiceProvider::class, - // App\Providers\BroadcastServiceProvider::class, App\Providers\AuthServiceProvider::class, + // App\Providers\BroadcastServiceProvider::class, App\Providers\EventServiceProvider::class, App\Providers\RouteServiceProvider::class, diff --git a/public/web.config b/public/web.config new file mode 100644 index 0000000..624c176 --- /dev/null +++ b/public/web.config @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/routes/console.php b/routes/console.php index eea1a86..75dd0cd 100644 --- a/routes/console.php +++ b/routes/console.php @@ -15,4 +15,4 @@ use Illuminate\Foundation\Inspiring; Artisan::command('inspire', function () { $this->comment(Inspiring::quote()); -}); +})->describe('Display an inspiring quote');