Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T23:07:05.000Z (almost 4 years ago)
- Last Synced: 2024-10-04T06:20:05.827Z (about 1 month ago)
- Topics: blade, laravel, laravel-7, laravel-7-package, laravel-package, laravel-theme, laravel-themes
- Language: PHP
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Themes
[![Source](https://img.shields.io/badge/source-afbora/larathemes-blue?style=flat-square)](https://github.com/afbora/larathemes)
[![Download](https://img.shields.io/packagist/dt/afbora/larathemes?style=flat-square)](https://github.com/afbora/larathemes)
[![Open Issues](https://img.shields.io/github/issues-raw/afbora/larathemes?style=flat-square)](https://github.com/afbora/larathemes)
[![Last Commit](https://img.shields.io/github/last-commit/afbora/larathemes?style=flat-square)](https://github.com/afbora/larathemes)
[![Release](https://img.shields.io/github/v/release/afbora/larathemes?style=flat-square)](https://github.com/afbora/larathemes)
[![License](https://img.shields.io/github/license/afbora/larathemes?style=flat-square)](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.