Skip to content

Releases: orchestral/platform

v5.0.0

31 Mar 13:25
Compare
Choose a tag to compare

Changes

  • Update support to Laravel Framework v7.0.

v4.2.0

07 Dec 04:30
Compare
Choose a tag to compare

Added

  • Test againsts PHP 7.4

Changes

  • Update Laravel skeleton:
    • Use laravel/tinker version 2.0+.
    • Default to use testing database connection for PHPUnit.
    • Tests\Unit now should extends PHPUnit\Framework\TestCase.

v4.1.3

07 Dec 04:25
Compare
Choose a tag to compare

Changes

  • Update Laravel skeleton:
    • Add name accessor for App\User.
    • Update phpunit.xml XML schema.

v4.1.2

24 Oct 02:28
Compare
Choose a tag to compare

Changes

  • Update Laravel skeleton:
    • Add auth.passwords.users.throttle configuration.
    • Add passwords.throttled language string.

v4.1.1

24 Oct 02:22
Compare
Choose a tag to compare

Changes

  • Update Laravel skeleton:
    • Add auth.password_timeout configuration.

v4.1.0

10 Oct 10:31
Compare
Choose a tag to compare

Changes

  • Update Laravel skeleton.
  • Update support to Laravel Framework v6.1.

v4.0.0

10 Oct 10:31
Compare
Choose a tag to compare

Changes

  • Update support to Laravel Framework v6.0.

v3.8.4

14 Sep 09:05
Compare
Choose a tag to compare

Changes

  • Update Laravel 5.8 skeleton

v3.8.3

14 Sep 09:02
Compare
Choose a tag to compare

Changes

  • Update Laravel 5.8 skeleton

v3.8.2

01 Apr 13:54
Compare
Choose a tag to compare

Changes

  • Update Laravel app skeleton.
  • Update App\Providers\EventServiceProvider to include MigrateDatabaseSchema on InstallationCompleted event.