Skip to content

Commit 497363d

Browse files
author
Kevin Rodd
committed
Including setup pictures to package
1 parent 3a939a7 commit 497363d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
A visual setup routine for Laravel's environment (.env) file. <br>
44
Change 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)

src/SetupController.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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();

src/setup1.png

370 KB
Loading

src/setup2.png

77.6 KB
Loading

0 commit comments

Comments
 (0)