https://github.com/afbora/larathemes
Theme package for Laravel 6+
https://github.com/afbora/larathemes
blade laravel laravel-7 laravel-7-package laravel-package laravel-theme laravel-themes
Last synced: about 1 month ago
JSON representation
Theme package for Laravel 6+
- Host: GitHub
- URL: https://github.com/afbora/larathemes
- Owner: afbora
- License: mit
- Created: 2019-03-13T12:09:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T23:07:05.000Z (over 5 years ago)
- Last Synced: 2025-05-17T08:11:39.686Z (about 1 year ago)
- Topics: blade, laravel, laravel-7, laravel-7-package, laravel-package, laravel-theme, laravel-themes
- Language: PHP
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Themes
[](https://github.com/afbora/larathemes)
[](https://github.com/afbora/larathemes)
[](https://github.com/afbora/larathemes)
[](https://github.com/afbora/larathemes)
[](https://github.com/afbora/larathemes)
[](https://github.com/afbora/larathemes)
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](CHANGELOG.md) file.
## Credits
- [Ahmet Bora](https://github.com/afbora)
- [Shea Lewis](https://github.com/kaidesu)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.