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.3.3

19 Jun 10:37
Compare
Choose a tag to compare

Add support for auto-discovery in Laravel.

Version 1.3.2

02 Feb 07:54
Compare
Choose a tag to compare

This version adds support for Laravel 5.4's service providers.

Version 1.3.1

03 Sep 10:58
Compare
Choose a tag to compare

Add support for Laravel 5.3

Version 1.3.0

16 Jun 20:45
Compare
Choose a tag to compare

Add a --force flag to force the creation of a view.

Version 1.2.3

03 Jun 12:00
Compare
Choose a tag to compare

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

01 May 20:29
Compare
Choose a tag to compare

This release fixes a CS issue.

Version 1.2.1

01 May 20:26
Compare
Choose a tag to compare

The previous version did not include the new funcitonality in the command. This version fixes that.

Version 1.2.0

01 May 20:20
Compare
Choose a tag to compare

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

22 Apr 09:54
Compare
Choose a tag to compare

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

19 Apr 09:44
Compare
Choose a tag to compare

Minor fix in the composer.json. Thanks @vinkla!