orchestra/workbench

Workbench Companion for Laravel Packages Development

v0.3.0 2023-09-19 05:26 UTC

README

Workbench Component is a simple package that has been designed to help you previews and interacts with your Laravel package.

tests Latest Stable Version Total Downloads Latest Unstable Version License

testbench.yaml Example

workbench:
  welcome: true
  install: true
  start: /nova
  user: taylor@laravel.com
  guard: web
  sync:
    - from: ./public/
      to: public/vendor/nova
  build:
    - asset-publish
    - create-sqlite-db
    - migrate:refresh
  assets:
    - nova-assets

purge:
  directories: []
  files: []

Commands

  • workbench:install
  • workbench:build
  • workbench:create-sqlite-db
  • workbench:drop-sqlite-db