Releases: orchestral/installer
Releases · orchestral/installer
v5.2.0
Added
- Added
Orchestra\Installation\Events\AuthorizationCreated
event.
- Added
Orchestra\Installation\Events\SchemaCreated
event.
v5.1.0
Changes
- Set roles directly to
User
instance.
- Refactor
Orchestra\Installation\Installation
.
v5.0.0
Changes
- Update support for Orchestra Platform v5.x.
Removed
- Remove deprecated
Orchestra\Installation\Installation::bootInstallerFilesForTesting()
.
v4.3.1
Fixes
- Only use
orchestra.platform.memory
when Orchestra Platform is yet to be installed, otherwise use Fluent Memory provider.
v4.3.0
Changes
- Bind
orchestra.platform.memory
as alias to orchestra.memory
default provider.
v4.2.0
Added
- Added
orchestra:install
artisan command to make installation using terminal.
Changes
- Move HTTP related logic to controller instead of handling it under
Orchestra\Installation\Installation
.
v4.1.1
Changes
- Add missing console command description.
v4.1.0
Added
- Added
orchestra:configure-email
artisan command to allow reconfigurate e-mail configuration using Laravel default configuration and custom sender information (email and name).
v4.0.0
Changes
- Update support for Orchestra Platform v4.x.
v3.8.3
Changes
- Boot installer files using
Illuminate\Database\Events\MigrationsStarted
event.
Deprecated
- Deprecate
Orchestra\Installation\Installation::bootInstallerFilesForTesting()
.