Package Data | |
---|---|
Maintainer Username: | crynobone |
Maintainer Contact: | crynobone@gmail.com (Mior Muhammad Zaki) |
Package Create Date: | 2023-08-07 |
Package Last Update: | 2024-10-24 |
Home Page: | https://packages.tools/workbench |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-10-25 15:10:32 |
Package Statistics | |
---|---|
Total Downloads: | 4,423,632 |
Monthly Downloads: | 321,469 |
Daily Downloads: | 14,960 |
Total Stars: | 44 |
Total Watchers: | 3 |
Total Forks: | 5 |
Total Open Issues: | 1 |
Workbench Component is a simple package that has been designed to help you previews and interacts with your Laravel package.
testbench.yaml
Exampleworkbench:
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: []
workbench:install
workbench:build
workbench:create-sqlite-db
workbench:drop-sqlite-db