Skip to content

Releases: orchestral/workbench

v7.14.0

10 Dec 10:57
Compare
Choose a tag to compare

Added

  • Add sync-skeleton and purge-skeleton recipe for workbench:build command.
  • Set default laravel configuration to either @testbench or @testbench-dusk
  • Added following classes to interacts with Composer:
    • Orchestra\Workbench\Actions\DumpComposerAutoloads
    • Orchestra\Workbench\Actions\ModifyComposer

Changes

  • workbench:install should suggest creating .env.dusk equivalent file when orchestra/testbench-dusk is installed.
  • Refactor workbench:install and add feature tests.

Removed

  • Remove Orchestra\Workbench\Composer.

v9.9.0

01 Dec 10:34
Compare
Choose a tag to compare

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.

v8.13.0

01 Dec 10:30
Compare
Choose a tag to compare

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.

v7.13.0

01 Dec 10:29
Compare
Choose a tag to compare

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.

v9.8.0

18 Nov 23:31
Compare
Choose a tag to compare

Added

  • Added Workbench::swapFile() method to override the default generated stub file.
  • Added --database option to workbench:create-sqlite-db command.
  • Added --database and --all options to workbench:drop-sqlite-db command.

Remove

  • Remove spatie/laravel-ray.

v8.12.0

18 Nov 23:10
Compare
Choose a tag to compare

Added

  • Added Workbench::swapFile() method to override the default generated stub file.
  • Added --database option to workbench:create-sqlite-db command.
  • Added --database and --all options to workbench:drop-sqlite-db command.

Remove

  • Remove spatie/laravel-ray.

v7.12.0

18 Nov 22:54
Compare
Choose a tag to compare

Added

  • Added Workbench::swapFile() method to override the default generated stub file.
  • Added --database option to workbench:create-sqlite-db command.
  • Added --database and --all options to workbench:drop-sqlite-db command.

Remove

  • Remove spatie/laravel-ray.

v9.7.0

24 Oct 06:27
Compare
Choose a tag to compare

Added

  • Added laravel/pail.
  • Added --basic option to workbench:install and workbench:devtool command to simplify installation.
  • Add Orchestra\Workbench\Workbench::swapFile() to override the default stub files:
    • config
    • config.basic
    • gitignore
    • routes.api
    • routes.console
    • routes.web
    • seeders.database

Changes

  • Utilise Orchestra\Testbench\join_paths() function.

v8.11.0

24 Oct 06:26
Compare
Choose a tag to compare

Added

  • Added --basic option to workbench:install and workbench:devtool command to simplify installation.
  • Add Orchestra\Workbench\Workbench::swapFile() to override the default stub files:
    • config
    • config.basic
    • gitignore
    • routes.api
    • routes.console
    • routes.web
    • seeders.database

Changes

  • Utilise Orchestra\Testbench\join_paths() function.

v7.11.0

24 Oct 06:26
Compare
Choose a tag to compare

Added

  • Added --basic option to workbench:install and workbench:devtool command to simplify installation.
  • Add Orchestra\Workbench\Workbench::swapFile() to override the default stub files:
    • config
    • config.basic
    • gitignore
    • routes.api
    • routes.console
    • routes.web
    • seeders.database

Changes

  • Utilise Orchestra\Testbench\join_paths() function.