summaryrefslogtreecommitdiff
path: root/resources/views/setup
AgeCommit message (Expand)AuthorFilesLines
2020-09-26Fix: setup wizard fails to detect base_url when it contains spacesGreg Roach1-1/+1
2020-05-09Clarify that we support MariaDB and Percona, in addition to MySQLGreg Roach1-1/+3
2019-12-03Apply PSR12 code style to templatesGreg Roach9-11/+47
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-14Move business logic from controller to serviceGreg Roach1-1/+1
2019-10-12Fix: #2621 - set baseurl during setupGreg Roach2-0/+6
2019-10-11Working on routingGreg Roach8-8/+0
2019-10-06Working on routingGreg Roach8-8/+8
2019-09-23Fix typoGreg Roach1-1/+1
2019-08-28Fix: #2560 - Validation of database namesGreg Roach4-15/+4
2019-08-16Fix: #2537 - long table prefixes break migration scriptsGreg Roach4-4/+4
2019-04-15Add autocomplete attribute to login/registration formsGreg Roach4-7/+7
2019-04-14Refactor the bootstrap processGreg Roach1-2/+3
2019-03-09Remove out-of-date warning2.0.0-alpha.5Greg Roach1-4/+0
2019-03-02Simplify setup wizard. Autologin after setupGreg Roach1-0/+8
2019-02-22Add PHP driver checks to setup wizardGreg Roach8-29/+29
2019-02-22Update port numbers for PostgreSQL and SQL ServerGreg Roach3-6/+7
2019-02-22Add experimental support for non-mysql databasesGreg Roach9-115/+475
2018-12-27Use illuminate/database for migrations and seedsGreg Roach1-3/+3
2018-10-12Use .phtml extension for template filesGreg Roach6-0/+0
2018-10-04Code styleGreg Roach6-276/+276
2017-11-21Use laravel-style e() function to escape HTML in viewsGreg Roach5-59/+54
2017-11-13Warning messages during setupGreg Roach1-1/+1
2017-11-05Refactor setup wizard to use MVC and front-controllerGreg Roach6-0/+356