-
- Downloads
feat: add install wizard form to bootstrap database and create the first superadmin user
- generate .env file to configure instance's environment - add phpdotenv dependency to verify .env file - add AppSeeder to call all required seeds at once - add env and superadmin form views using form helpers closes #2
Showing
- DEPENDENCIES.md 1 addition, 0 deletionsDEPENDENCIES.md
- app/Config/App.php 3 additions, 3 deletionsapp/Config/App.php
- app/Config/Database.php 1 addition, 1 deletionapp/Config/Database.php
- app/Config/Routes.php 12 additions, 2 deletionsapp/Config/Routes.php
- app/Controllers/Install.php 270 additions, 0 deletionsapp/Controllers/Install.php
- app/Database/Seeds/AppSeeder.php 25 additions, 0 deletionsapp/Database/Seeds/AppSeeder.php
- app/Language/en/AdminNavigation.php 1 addition, 1 deletionapp/Language/en/AdminNavigation.php
- app/Language/en/Install.php 42 additions, 0 deletionsapp/Language/en/Install.php
- app/Views/admin/_header.php 1 addition, 1 deletionapp/Views/admin/_header.php
- app/Views/admin/_sidenav.php 1 addition, 1 deletionapp/Views/admin/_sidenav.php
- app/Views/install/_layout.php 26 additions, 0 deletionsapp/Views/install/_layout.php
- app/Views/install/env.php 89 additions, 0 deletionsapp/Views/install/env.php
- app/Views/install/error.php 9 additions, 0 deletionsapp/Views/install/error.php
- app/Views/install/superadmin.php 45 additions, 0 deletionsapp/Views/install/superadmin.php
- composer.json 2 additions, 1 deletioncomposer.json
- composer.lock 437 additions, 77 deletionscomposer.lock
- public/favicon.ico 0 additions, 0 deletionspublic/favicon.ico
Loading
-
mentioned in commit 8e19abd4
-
mentioned in commit 011a3319
-
mentioned in commit f3d005b4
-
mentioned in commit 37efd31c
-
mentioned in commit 24bf214c
-
mentioned in commit f877172d
-
mentioned in commit d25aaf57
-
mentioned in commit 551f3eb6
-
mentioned in commit be8ec094
-
mentioned in commit e6f1f6fc
-
mentioned in commit eebab2a1
-
mentioned in commit a734b111
-
mentioned in commit a5d17024
-
mentioned in commit 5ef30ba3
-
mentioned in commit acf5da9b
-
mentioned in commit 1c70baae
-
mentioned in commit 58c06d60
-
mentioned in commit fe3d6b9c
-
mentioned in commit 2d856e58
-
mentioned in commit 3e37283d
-
mentioned in commit 208f1728
-
mentioned in commit e736fb8f
-
mentioned in commit af3e6663
-
mentioned in commit 14733105
-
mentioned in commit d807ab97
-
mentioned in commit f9572e41
Please register or sign in to comment