orchestra / workbench
Workbench Companion for Laravel Packages Development
Installs: 323 857
Dependents: 6
Suggesters: 0
Security: 0
Stars: 19
Watchers: 3
Forks: 1
Open Issues: 2
Requires
- php: ^8.0
- composer-runtime-api: ^2.2
- illuminate/console: ^9.52.15 || ^10.23.0
- illuminate/support: ^9.52.15 || ^10.23.0
- laravel/tinker: ^2.8.2
- orchestra/canvas: ^7.10.0 || ^8.9.0
- orchestra/testbench-core: ^7.31.0 || ^8.11.0
Requires (Dev)
- fakerphp/faker: ^1.21
- laravel/framework: ^9.52.15 || ^10.23.0
- laravel/pint: ^1.4
- mockery/mockery: ^1.5.1
- phpstan/phpstan: ^1.10.7
- phpunit/phpunit: ^9.6
- spatie/laravel-ray: ^1.32.4
- symfony/yaml: ^6.0.9
README
Workbench Component is a simple package that has been designed to help you previews and interacts with your Laravel package.
testbench.yaml
Example
workbench: 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: []
Commands
workbench:install
workbench:build
workbench:create-sqlite-db
workbench:drop-sqlite-db