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 3.0.0
- Added support for Laravel 5.6
- Update minimum PHP version to
^7.1
- Update
phpunit/phpunit
to~7.0
- Update
graham-campbell/testbench
to^5.0
- Update
mockery/mockery
to^1.0
Version 2.1.0
This version introduces 2 new options: --with-yields
and --with-stacks
. These directives only work in conjunction with --extends=
. When the extended view exists, it will read the view and look for @yield()
or @stack()
directives and will add them to the generated view automatically. Thanks for the PR, @dicarlosystems!
Version 2.0.3
- Adds
.styleci.yml
to.gitattributes
's export-ignore list.
Version 2.0.2
Added some feedback to the commands.
Version 2.0.1
Removes the iterable
typehint from various classes and replaces it with array
.
Version 2.0.0
🎉
A complete rewrite of Artisan View!
Added
- Cleaner code
- Better tested code
- Ability to scrap (part of) a resource
- Much more (read the improved readme!)
Version 2.0.0-beta3
This version drops support for Laravel < 5.4
Version 2.0.0-beta2
Fixed some minor issues with the first beta.
Version 2.0.0-beta1
🎉 First beta! 🎉
This is a complete rewrite, which means (among other):
- More & better tests
- Improved configuration
- More options are now available on
scrap:view
commands
Version 1.3.4
Support Laravel 5.5