11 Commits

Author SHA1 Message Date
Hardik Thakker
30a7e70cb9
Using Prefix from ENV variable during installation
- Currently, during installation, we do not take into account the database table name prefix from env variables during installation (if specified by the user we ignore it and we try to generate a random prefix)
- For me putting that auto-generated random prefix back into environment variables failed after install, causing the installation to die, so I added it in env variables before hand, but that didn't help as we were ignoring it.
2023-06-24 12:57:39 +05:30
Ethan Brace
6a11f130c2 use config helper instead of env in application code 2020-04-26 06:07:27 -04:00
batuhanbas
9b1ee86777 unnecessary artisan usage 2020-01-20 15:30:38 +03:00
denisdulici
6d50fa8442 v2 first commit 2019-11-16 10:21:14 +03:00
denisdulici
09e66c52cd formatting 2018-02-21 08:56:02 +03:00
denisdulici
9aab7d6e1c fixed spaces 2018-02-20 17:17:39 +03:00
denisdulici
e387548a37 installer refactoring 2018-02-20 17:05:58 +03:00
Carvallegro
ec5070e45f Added a CLI configurer and extracted configuration function from Install controllers 2017-12-31 05:21:10 +11:00
Mert Özgür Akdeniz
7912aecf32
Add db_charset to contest postgresql errors.
Need to set `db_charset` and use it for installation connection to contest `missing index: 'charset'` error.

Error happens on postgresql 10 (and probably previous versions).
2017-11-22 16:26:34 +03:00
denisdulici
447f314eb5 fixed #20 2017-09-23 18:43:09 +03:00
denisdulici
515bdaf5cd first commit 2017-09-14 22:21:00 +03:00