Added
- Added
Orchestra\Testbench\Factories\UserFactory
to handleIlluminate\Foundation\Auth\User
model. - Automatically autoloads
Illuminate\Database\Eloquent\LegacyFactoryServiceProvider
if the service provider exists.
Changes
- Update support for Laravel Framework v8.
- Increase minimum PHP version to 7.3 and above (tested with 7.3 and 7.4).
- Configuration changes:
- Changed
auth.providers.users.model
toIlluminate\Foundation\Auth\User
. - Changed
queue.failed.driver
todatabase-uuid
.
- Changed