| Package Data | |
|---|---|
| Maintainer Username: | crynobone |
| Maintainer Contact: | crynobone@gmail.com (Mior Muhammad Zaki) |
| Package Create Date: | 2023-08-07 |
| Package Last Update: | 2025-10-22 |
| Home Page: | https://packages.tools/workbench |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-04 15:10:32 |
| Package Statistics | |
|---|---|
| Total Downloads: | 13,129,873 |
| Monthly Downloads: | 682,995 |
| Daily Downloads: | 23,900 |
| Total Stars: | 77 |
| Total Watchers: | 2 |
| 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