Skip to content

Releases: orchestral/installer

v3.1.3

31 Aug 01:22
Compare
Choose a tag to compare
  • Improves exception handling when given User model point to invalid class.

v3.2.1

12 Mar 03:39
Compare
Choose a tag to compare
  • Add Orchestra\Installation\Installation::$isTest flag.
  • Add Orchestra\Installation\Installation::bootInstallerFilesForTesting() helper.
  • Deprecate Orchestra\Installation\Installation::createAdmin() and suggest Orchestra\Installation\Installation::make() method.
  • Add Orchestra\Installation\Installation::create() method.
  • Add Orchestra\Installation\Installation::validate() method.
  • Change visibility of Orchestra\Installation\Installation::createUser() method from protected to public.

v3.2.0

12 Mar 03:39
Compare
Choose a tag to compare
  • Update support for Orchestra Platform v3.2.
  • Orchestra\Installation\InstallerServiceProvider should utilize the new Orchestra\Foundation\Support\Providers\ModuleServiceProvider.
  • Improved performances by reducing call within Illuminate\Container\Container.
  • Enables routes caching.

v3.1.2

19 Sep 16:28
Compare
Choose a tag to compare
  • Orchestra\Installation\InstallerServiceProvider should utilize the new Orchestra\Foundation\Support\Providers\ModuleServiceProvider.
  • Improved performances by reducing call within Illuminate\Container\Container.

v3.1.1

12 Jul 09:57
Compare
Choose a tag to compare
  • Enables routes caching.

v3.1.0

09 Jun 11:39
Compare
Choose a tag to compare
  • Update support for Orchestra Platform v3.1.
  • Convert filter to middleware.

v3.0.2

10 Mar 08:51
Compare
Choose a tag to compare
  • Move Orchestra\Installation\Routing namespace to Orchestra\Installation\Http\Controllers.

v3.0.1

18 Feb 07:39
Compare
Choose a tag to compare
  • Update path to resources/config and resources/database.

v3.0.0

09 Feb 12:51
Compare
Choose a tag to compare
  • Initial release, based on installation wizard from orchestra/foundation.