Skip to content

afbora/larathemes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 30, 2021
7694a0a · Jan 30, 2021

History

12 Commits
Jan 30, 2021
Jan 30, 2021
Jan 30, 2021
Jan 30, 2021
Jan 30, 2021
Mar 28, 2020
Jan 30, 2021
Mar 20, 2019
Jan 3, 2021
Jan 30, 2021

Repository files navigation

Laravel Themes

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.