File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 33A visual setup routine for Laravel's environment (.env) file. <br >
44Change your environment variables as you like in a visual guided wizard and check your Database credentials live during setup wizard.
55
6+
7+
8+
69## Features
710- Simple Install Routine for beginner and experts
811- Integrated Laravel Basic Auth System Switch (You can turn it on/off during setup)
Original file line number Diff line number Diff line change @@ -187,8 +187,7 @@ public function viewStep4()
187187 {
188188 $ db = config ('database.connections.sqlite ' );
189189
190- \Debugbar::info ($ db ['database ' ]);
191- \Debugbar::info (session ('env.DB_DATABASE ' ));
190+
192191
193192
194193 //Fullpath from Session
@@ -426,7 +425,7 @@ public function setupStep2(Request $request)
426425 }
427426
428427
429- \Debugbar:: info ( $ request -> db_host );
428+
430429
431430
432431 return $ this ->viewStep3 ();
You can’t perform that action at this time.
0 commit comments