dsl-php-tutorial icon indicating copy to clipboard operation
dsl-php-tutorial copied to clipboard

error on http://localhost/dslblog/

Open araneta opened this issue 8 years ago • 0 comments
trafficstars

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']);
});
}

araneta avatar Jan 07 '17 23:01 araneta