Skip to content

v9.9.0

Compare
Choose a tag to compare
@crynobone crynobone released this 01 Dec 10:34
· 146 commits to 9.x since this release

Added

  • Default authentication & dashboard using Laravel Breeze. This can be enabled by adding workbench.auth configuration to true.
  • Add workbench:purge-skeleton as alias to package:purge-skeleton command.
  • Add workbench:sync-skeleton as alias to package:sync-skeleton command.
  • Add applicationPath() to Orchestra\Workbench\Workbench class.

Changes

  • Allows to customise the generated namespace instead of default to Workbench\App and Workbench\Database.
  • Allows to override the default redirect after logged-in.

Fixes

  • Fixes the default DatabaseSeeder stub.