Skip to content

Releases: maddhatter/laravel-view-generator

v0.0.9

24 Jun 11:26
e088b70

Choose a tag to compare

  • Allow all Laravel versions >5.0 (will prevent needing to edit the package for every new Laravel release)
  • Allow "hidden" sections by naming a section _<name> - this helps creating unnecessary @section tags when extending a view, if a section is only needed rarely

v0.0.8

24 Jun 11:15
4db21e6

Choose a tag to compare

Add Laravel 8 to composer

v0.0.7

09 Mar 12:50
0deb4e3

Choose a tag to compare

Allow installs on Laravel 7

v0.0.6

30 Jan 11:42
f608ee3

Choose a tag to compare

Fix 6.0 installs

v0.0.5: Merge pull request #3 from mrcat323/master

30 Jan 11:38
7b89a13

Choose a tag to compare

Automatically registering providers

Initial Release

27 Oct 11:42

Choose a tag to compare

v0.0.1

Add README