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.1.0
- Fixed an issue with the nesting order of folders when creating a view deeper than 2 levels (
foo.bar.baz
would createbar/foo/baz.blade.php
instead offoo/bar/baz.blade.php
)
Version 1.0.1
- Minor fix in tests
Version 1.0.0
First real release of the package.
- Added a
make:view
command to create a new view - Added a
scrap:view
command to remove an existing view - Added options in both commands to highly customize the result
More documentation can be found in the README.
Version 0.0.1
The initial release of this package.