Releases: orchestral/canvas
Releases · orchestral/canvas
v5.1.1
22 Mar 01:28
Compare
Sorry, something went wrong.
No results found
Changes
Add --force option to stub:publish artisan command.
v5.1.0
22 Mar 01:27
Compare
Sorry, something went wrong.
No results found
Changes
Publish Form Request stub.
v5.0.0
03 Mar 15:03
Compare
Sorry, something went wrong.
No results found
Added
Added stub:publish command via Orchestra\Canvas\Commands\Component.
Changes
Update support to Laravel Framework v7.
v4.5.2
27 Feb 04:44
Compare
Sorry, something went wrong.
No results found
Changes
Only register commands after application has been booted.
Use Orchestra\Canvas\Core\Testing\TestCase.
v4.5.1
29 Jan 00:29
Compare
Sorry, something went wrong.
No results found
Changes
Added --api option for make:model generator.
Attempt to make migrations directory when not under Laravel preset.
v4.5.0
21 Jan 00:28
Compare
Sorry, something went wrong.
No results found
Changes
Split orchestra/canvas-core as separate packages.
Bump symfony/yaml minimum version to 4.3 to be aligned with Laravel 6 requirements.
v4.4.2
20 Jan 09:51
Compare
Sorry, something went wrong.
No results found
Changes
Add missing symfony/yaml to orchestra/canvas-core.
v4.4.1
19 Jan 23:03
Compare
Sorry, something went wrong.
No results found
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
19 Jan 14:22
Compare
Sorry, something went wrong.
No results found
Changes
Split core classes to orchestra/canvas-core as a subsplit package.
Allow to customise testing extended TestCase using yaml configuration.
v4.3.1
15 Jan 10:27
Compare
Sorry, something went wrong.
No results found
Fixes
Fixed make:migration command without --table option.