Commit d0f90f9b by Taylor Otwell

Merge branch 'master' into develop

parents ab453a7e 14f79f19
APP_ENV=local
APP_KEY=SomeRandomString
APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
......
......@@ -164,6 +164,11 @@ return [
Illuminate\View\ViewServiceProvider::class,
/*
* Package Service Providers...
*/
/*
* Application Service Providers...
*/
App\Providers\AppServiceProvider::class,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment