* Laravel 11 support
* wip
* trigger ci
* fix ci file
* try setting charset and collation on the default mysql connection
* Set default cache driver to redis in tests
* drop and recreate id column separately in autoincrement_ids_are_supported
* set default redis client to predis in tests
* revert fail-fast
* try reverting TenantModelTest change
* migrate phpunit configuration
* add parent::tearDown() call
* SOLIDify database creation
* Return the result of fclose in SQLiteDBCreator
* Make database creation queueable
* Add DatabaseCreationTest
* Make comment more descriptive [ci skip]
* Add composer script to copy .env.example to .env
* Minor tweaks
* Fix env section
* Fix DB_PASSWORD for Travis