Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 15, 2023
1 parent f460e5e commit 89cfd1d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,32 @@ Workbench Component is a simple package that has been designed to help you previ
[![Total Downloads](https://poser.pugx.org/orchestra/workbench/downloads)](https://packagist.org/packages/orchestra/workbench)
[![Latest Unstable Version](https://poser.pugx.org/orchestra/workbench/v/unstable)](https://packagist.org/packages/orchestra/workbench)
[![License](https://poser.pugx.org/orchestra/workbench/license)](https://packagist.org/packages/orchestra/workbench)

### `testbench.yaml` Example

```yaml
workbench:
start: /nova
user: [email protected]
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`

0 comments on commit 89cfd1d

Please sign in to comment.