Package Data | |
---|---|
Maintainer Username: | crynobone |
Maintainer Contact: | crynobone@gmail.com (Mior Muhammad Zaki) |
Package Create Date: | 2023-08-07 |
Package Last Update: | 2024-12-02 |
Home Page: | https://packages.tools/workbench |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-02 03:09:45 |
Package Statistics | |
---|---|
Total Downloads: | 4,834,767 |
Monthly Downloads: | 333,746 |
Daily Downloads: | 10,913 |
Total Stars: | 52 |
Total Watchers: | 3 |
Total Forks: | 5 |
Total Open Issues: | 2 |
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