Releases: orchestral/canvas
Releases · orchestral/canvas
v9.1.0
Added
- Improves
preset
command using Laravel Prompts.
Fixes
- Fixes compatibility on
ComponentMakeCommand
.
v9.0.3
Changes
- Improves
make:user-model
command when laravel/sanctum
is not installed.
v8.11.9
Changes
- Improves
make:user-model
command when laravel/sanctum
is not installed.
v9.0.2
Fixes
- Fixes Canvas CLI resolving Illuminate commands instead of overrides from Canvas.
v9.0.1
Fixes
- Fixes hidden
make:migration
command from Canvas CLI.
- Support
AsCommand
aliases usage.
v8.11.8
Fixes
- Fixes hidden
make:migration
command from Canvas CLI.
- Support
AsCommand
aliases usage.
v9.0.0
Added
- Added the following commands:
make:class
make:enum
make:interface
Changes
- Support for Laravel Framework 11.
v8.11.7
Fixes
- Fixes running
make:view
the view is scaffolded inside the vendor folder.
v8.11.6
Changes
- Utilise
Illuminate\Filesystem\join_paths()
function.