This repository has been archived by the owner on Sep 15, 2023. It is now read-only.
Releases: svenluijten/artisan-view
Releases · svenluijten/artisan-view
Version 1.3.3
Add support for auto-discovery in Laravel.
Version 1.3.2
This version adds support for Laravel 5.4's service providers.
Version 1.3.1
Add support for Laravel 5.3
Version 1.3.0
Add a --force
flag to force the creation of a view.
Version 1.2.3
Features
- Add
--section
option to create a single section. - Allow adding inline sections with a colon:
--section="title:Hello world"
. This of course plays nice with multiple sections as well:--sections="title:Hello world,content"
.
Version 1.2.2
This release fixes a CS issue.
Version 1.2.1
The previous version did not include the new funcitonality in the command. This version fixes that.
Version 1.2.0
The package has been rewritten from the ground up to accomodate more features in the future and fix some existing bugs. Notable changes:
- The options
--extends
and--sections
now work with the--resource
option. Fixes #2. - Code is clean(er) now.
Version 1.1.2
This version fixes a CS issue where the option --resource
in the make:view
command was being cast to a string instead of a boolean.
Version 1.1.1
Minor fix in the composer.json
. Thanks @vinkla!