added configurable automatic key generation.
This commit is contained in:
@@ -58,6 +58,14 @@ else
|
||||
$paths['public'] = 'public';
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Define a bootstrap Closure that runs on core load.
|
||||
// --------------------------------------------------------------
|
||||
$bootstrap = function()
|
||||
{
|
||||
Laravel\Config::set('key.auto', true);
|
||||
};
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Define each constant if it hasn't been defined.
|
||||
// --------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user