afbora / larathemes
Theme package for Laravel 7+|8+
2.0.0
2021-01-30 23:06 UTC
Requires
- php: ^7.3|^8.0
- illuminate/support: ^7.0|^8.0
README
Themes gives the means to group together a set of views and assets for Laravel 7.x and 8.x. This gives an easy way to further decouple the way your web application looks from your code base.
Installation
Simply install the package through Composer. From here the package will automatically register its service provider and Theme
facade.
composer require afbora/larathemes
Config
To publish the config file, run the following:
php artisan vendor:publish --provider="Afbora\LaraThemes\ThemesServiceProvider" --tag="config"
Changelog
You will find a complete changelog history within the CHANGELOG file.
Credits
License
The MIT License (MIT). Please see License File for more information.