orchestra/canvas-core
Core utilities for Orchestra Canvas code generators. Build and customize generators for Laravel apps and packages, with testing and coverage support. Provides the foundational services used by Canvas to scaffold code and streamline development workflows.
make:model --with-policy --with-tests). Leverages Laravel’s service container for dependency injection into generators.orchestra/canvas-core's GeneratorCommand base class.api, admin) for rapid adoption.make:module) or complement them (e.g., add API resource generation)?Storage::disk()) for safe generation?App/Modules/{Name}).make:api-resource --with-validation).canvas:generate shortcuts).orchestra/sidekick for debugging generator output.make:model) with Canvas generators.
php artisan canvas:generate model User --with-migration --with-policy.CANVAS_ENABLED=true).canvas:generate to PR templates (e.g., "Scaffold your module with php artisan canvas:module").orchestra/sidekick@^6.32.0) or fork the package.www-data) has write access to storage/ and database/ directories.composer require orchestra/canvas-core
php artisan canvas:install
php artisan vendor:publish --tag="canvas-blueprints".config/canvas.php.php artisan canvas:test.How can I help you explore Laravel packages today?