Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Releases: svenluijten/artisan-view

Version 1.1.0

14 Apr 18:53
Compare
Choose a tag to compare
  • Fixed an issue with the nesting order of folders when creating a view deeper than 2 levels (foo.bar.baz would create bar/foo/baz.blade.php instead of foo/bar/baz.blade.php)

Version 1.0.1

12 Apr 13:07
Compare
Choose a tag to compare
  • Minor fix in tests

Version 1.0.0

12 Apr 12:22
Compare
Choose a tag to compare

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

12 Apr 12:00
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release

The initial release of this package.