Rewrite rules and block installed if it's already installed
This commit is contained in:
@@ -31,6 +31,10 @@ class InstallerController extends AppBaseController
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
if(config('app.key') !== 'NOT_INSTALLED') {
|
||||
return view('installer::errors/already-installed');
|
||||
}
|
||||
|
||||
return view('installer::index-start');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user