AgentSoftware / laravel-theme by robincard
forked from igaster/laravel-theme

Laravel 5 Themes: Asset & Views folder per theme. Theme inheritance. Blade integration and more...
869
0
3
Package Data
Maintainer Username: robincard
Maintainer Contact: igasteratos@gmail.com (Giannis Gasteratos)
Package Create Date: 2017-07-31
Package Last Update: 2017-08-09
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:07:05
Package Statistics
Total Downloads: 869
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

Description

Laravel License Downloads

This is a Laravel package that adds basic support for managing themes. It allows you to build your views & your assets in seperate folders, and supports for theme extending! Awesome :)

Features:

  • Views & Asset separation in theme folders
  • Theme inheritance: Extend any theme and create Theme hierarchies (WordPress style!)
  • Integrates Orchestra/Asset to provide Asset dependencies managment
  • Your App & Views remain theme-agnostic. Include new themes with (almost) no modifications
  • Themes are distributable! Create a single-file theme Package and install it on any Laravel application.
  • Ships with console commands to manage themes

Documentation

Check the Documentation

If you are upgrading from v1.x please read the migration guide

Compability

v2.x requires Laravel 5.5+