-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,33 +9,19 @@ Workbench Component is a simple package that has been designed to help you previ | |
[![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: | ||
welcome: true | ||
install: true | ||
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` | ||
## Official Documentation | ||
|
||
Documentation for Workbench can be found on the [packages.tools/workbench](https://packages.tools/workbench). | ||
|
||
## Contributing | ||
|
||
Thank you for considering contributing to Workbench! You can read the contribution guide [here](CONTRIBUTING.md). | ||
|
||
## Code of Conduct | ||
|
||
In order to ensure that the community is welcoming to all, please review and abide by the [Code of Conduct](CODE_OF_CONDUCT.md). | ||
|
||
## License | ||
|
||
Workbench is open-sourced software licensed under the [MIT license](LICENSE). | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters