Releases: orchestral/workbench
Releases · orchestral/workbench
v9.9.0
Added
- Default authentication & dashboard using Laravel Breeze. This can be enabled by adding
workbench.auth
configuration totrue
. - Add
workbench:purge-skeleton
as alias topackage:purge-skeleton
command. - Add
workbench:sync-skeleton
as alias topackage:sync-skeleton
command. - Add
applicationPath()
toOrchestra\Workbench\Workbench
class.
Changes
- Allows to customise the generated namespace instead of default to
Workbench\App
andWorkbench\Database
. - Allows to override the default redirect after logged-in.
Fixes
- Fixes the default
DatabaseSeeder
stub.
v8.13.0
Added
- Default authentication & dashboard using Laravel Breeze. This can be enabled by adding
workbench.auth
configuration totrue
. - Add
workbench:purge-skeleton
as alias topackage:purge-skeleton
command. - Add
workbench:sync-skeleton
as alias topackage:sync-skeleton
command. - Add
applicationPath()
toOrchestra\Workbench\Workbench
class.
Changes
- Allows to customise the generated namespace instead of default to
Workbench\App
andWorkbench\Database
. - Allows to override the default redirect after logged-in.
Fixes
- Fixes the default
DatabaseSeeder
stub.
v7.13.0
Added
- Default authentication & dashboard using Laravel Breeze. This can be enabled by adding
workbench.auth
configuration totrue
. - Add
workbench:purge-skeleton
as alias topackage:purge-skeleton
command. - Add
workbench:sync-skeleton
as alias topackage:sync-skeleton
command. - Add
applicationPath()
toOrchestra\Workbench\Workbench
class.
Changes
- Allows to customise the generated namespace instead of default to
Workbench\App
andWorkbench\Database
. - Allows to override the default redirect after logged-in.
Fixes
- Fixes the default
DatabaseSeeder
stub.
v9.8.0
v8.12.0
Added
- Added
Workbench::swapFile()
method to override the default generated stub file. - Added
--database
option toworkbench:create-sqlite-db
command. - Added
--database
and--all
options toworkbench:drop-sqlite-db
command.
Remove
- Remove
spatie/laravel-ray
.
v7.12.0
Added
- Added
Workbench::swapFile()
method to override the default generated stub file. - Added
--database
option toworkbench:create-sqlite-db
command. - Added
--database
and--all
options toworkbench:drop-sqlite-db
command.
Remove
- Remove
spatie/laravel-ray
.
v9.7.0
Added
- Added
laravel/pail
. - Added
--basic
option toworkbench:install
andworkbench: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
Added
- Added
--basic
option toworkbench:install
andworkbench: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
Added
- Added
--basic
option toworkbench:install
andworkbench: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.