Skip to content

Releases: igaster/laravel-theme

v2.0.0

20 Jun 09:18
Compare
Choose a tag to compare

Version 2.0

Warning: Introduces breaking changes from v1.0

Features:

  • Distributable Theme packages
  • Fully testable (Testing suite will be published as a complete Laravel application)
  • Better view namespacing support
  • Custom Error pages
  • Markdown emails support
  • Artisan Commands

v1.16

07 Jun 15:36
Compare
Choose a tag to compare
simplify constructor

v1.15

01 Jun 07:08
Compare
Choose a tag to compare
Merge pull request #51 from benswinburne/errors-override-without-debug

Prevented replacement of error views if app.debug is true

v1.14

30 Mar 11:58
Compare
Choose a tag to compare

[Fix] Vendor paths fixed for laravel 5.4
[New] Custom Error pages per theme

v1.1.4

02 Apr 06:51
Compare
Choose a tag to compare

Fix version number

v1.1.3

04 Jun 07:20
Compare
Choose a tag to compare
Update README.md

v1.1.2

24 May 14:23
Compare
Choose a tag to compare

Allow views folder to be relative to base_path()

v1.1.1

03 Feb 23:51
Compare
Choose a tag to compare
  • setTheme middleware
  • Define themes base path in configuration path
  • Support overriding vendor packages views

thanks @JFossey for suggestions and contribution

v1.0.18

10 Jan 13:33
Compare
Choose a tag to compare

Fix theme::config bug

v1.1.0

24 Dec 09:52
Compare
Choose a tag to compare
  • Laravel 5.2 support
  • Orchestra Asset updated to Laravel 5.2