Skip to content

error on http://localhost/dslblog/ #1

@araneta

Description

@araneta

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions