omt / core-theme
Laravel 5 Themes: Asset & Views folder per theme. Theme inheritance. Blade integration and more...
v2.0.14
2019-10-11 18:14 UTC
Requires
- illuminate/contracts: 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0
Suggests
- orchestra/asset: Use '@css' and '@js' in Blade files
- dev-master
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.16
- v1.15
- v1.14
- v1.1.x-dev
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.x-dev
- v1.0.20
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0
- v0.9
This package is auto-updated.
Last update: 2024-10-19 23:20:04 UTC
README
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.4+
- For Laravel 5.0 & 5.1, please use the v1.0.x branch
- For Laravel 5.2 & 5.3, please use the v1.1.x branch
Tests
This package is fully tested. Check the testing repository