Releases: orchestral/canvas
Releases · orchestral/canvas
v4.4.1
Changes
- Check if
orchestra.canvas
is bound to the container before creating a new Laravel
preset.
Fixes
- Fixes console generator stub to use
$name
instead of $signature
property.
v4.4.0
Changes
- Split core classes to
orchestra/canvas-core
as a subsplit package.
- Allow to customise testing extended
TestCase
using yaml configuration.
v4.3.1
Fixes
- Fixed
make:migration
command without --table
option.
v4.3.0
Added
- Add
illuminate/filesystem
as dependency.
Changes
- Use
Illuminate\Console\Concerns\CallsCommands
from illuminate/console
.
v4.2.1
Fixes
- Fixes
Orchestra\Canvas\Commands\Preset::generatorName()
method visibility to public
.
v4.2.0
Changes
- Add option to make deferrable provider using
make:provider name --deferred
.
Deprecated
- Deprecate
Orchestra\Canvas\Commands\Generator::getNameInput()
, use generatorName()
instead.
v4.1.0
Added
- Add ability to register and build custom
make
generators.
Changes
make:seeder
is only available for laravel
preset by default.