-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I got this error when opening http://localhost/dslblog/ after installation : composer install
Undefined index: domain
open: /home/aldo/projects/simpeg/apps/dslblog/vendor/laravel/framework/src/Illuminate/Cookie/CookieServiceProvider.php
{
$this->app['cookie'] = $this->app->share(function($app)
{
$cookies = new CookieJar($app['request'], $app['encrypter']);
$config = $app['config']['session'];
return $cookies->setDefaultPathAndDomain($config['path'], $config['domain']);
});
}
Metadata
Metadata
Assignees
Labels
No labels