Fix typo
Fix: #2560 - Validation of database names
Fix: #2537 - long table prefixes break migration scripts
Add autocomplete attribute to login/registration forms
Refactor the bootstrap process
Remove out-of-date warning
Simplify setup wizard. Autologin after setup
Add PHP driver checks to setup wizard
Update port numbers for PostgreSQL and SQL Server
Add experimental support for non-mysql databases
Use illuminate/database for migrations and seeds
Use .phtml extension for template files
Code style
Use laravel-style e() function to escape HTML in views
Warning messages during setup
Refactor setup wizard to use MVC and front-controller
12