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.
Simply install the package through Composer. From here the package will automatically register its service provider and Theme
facade.
composer require afbora/larathemes
To publish the config file, run the following:
php artisan vendor:publish --provider="Afbora\LaraThemes\ThemesServiceProvider" --tag="config"
You will find a complete changelog history within the CHANGELOG file.
The MIT License (MIT). Please see License File for more information.