afbora/larathemes

Theme package for Laravel 7+|8+

2.0.0 2021-01-30 23:06 UTC

This package is auto-updated.

Last update: 2024-04-29 04:00:08 UTC


README

Source Download Open Issues Last Commit Release License

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.