Releases: orchestral/testbench-core
Releases · orchestral/testbench-core
v9.9.1
Fixes
- Fix
Orchestra\Testbench\Workbench\Workbench::applicationUserModel()
to detect App\Models\User
.
- Fix authentication route registrations from being loaded with
auth: false
configuration when executed Testbench CLI.
v8.32.1
Fixes
- Fix
Orchestra\Testbench\Workbench\Workbench::applicationUserModel()
to detect App\Models\User
.
- Fix authentication route registrations from being loaded with
auth: false
configuration when executed Testbench CLI.
v7.51.1
Fixes
- Fix
Orchestra\Testbench\Workbench\Workbench::applicationUserModel()
to detect App\Models\User
.
- Fix authentication route registrations from being loaded with
auth: false
configuration when executed Testbench CLI.
v9.9.0
Added
- Add ability to symlink directory in from skeleton to package.
Changes
- Use
realpath()
on vendor:publish
output.
v8.32.0
Added
- Add ability to symlink directory in from skeleton to package.
Changes
- Use
realpath()
on vendor:publish
output.
v7.51.0
Added
- Add ability to symlink directory in from skeleton to package.
Changes
- Use
realpath()
on vendor:publish
output.
v9.8.2
Changes
- Add
Orchestra\Testbench\Workbench\Workbench::flushCachedClassAndNamespaces()
to flush cached namespaces and classes during installation.
v8.31.1
Changes
- Add
Orchestra\Testbench\Workbench\Workbench::flushCachedClassAndNamespaces()
to flush cached namespaces and classes during installation.
v7.50.1
Changes
- Add
Orchestra\Testbench\Workbench\Workbench::flushCachedClassAndNamespaces()
to flush cached namespaces and classes during installation.
v9.8.1
Changes
- Update skeleton to match v11.5.0.