Skip to content

v9.7.0

Compare
Choose a tag to compare
@crynobone crynobone released this 24 Oct 06:27
· 186 commits to 9.x since this release

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.