Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caffeinated/themes

:art: Laravel Themes package with support for the Caffeinated Modules package.
https://github.com/caffeinated/themes

caffeinated laravel theme

Last synced: about 4 hours ago
JSON representation

:art: Laravel Themes package with support for the Caffeinated Modules package.

Awesome Lists containing this project

README

        

# Caffeinated Themes
[![Source](https://img.shields.io/badge/source-caffeinated/themes-blue.svg?style=flat-square)](https://github.com/caffeinated/themes)
[![Latest Stable Version](https://poser.pugx.org/caffeinated/themes/v/stable?format=flat-square)](https://packagist.org/packages/caffeinated/themes)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://tldrlegal.com/license/mit-license)
[![Total Downloads](https://img.shields.io/packagist/dt/caffeinated/themes.svg?style=flat-square)](https://packagist.org/packages/caffeinated/themes)

Themes gives the means to group together a set of views and assets for Laravel. This gives an easy way to further decouple the way your web application looks from your code base. Originally developed for [FusionCMS](https://github.com/fusioncms/fusioncms), an open source content management system.

## Documentation
You will find user friendly and updated documentation on the [Caffeinated website](https://caffeinatedpackages.com/guide/packages/themes.html).

## Installation
Simply install the package through Composer. From here the package will automatically register its service provider and `Theme` facade.

```
composer require caffeinated/themes
```

## Changelog
You will find a complete changelog history within the [CHANGELOG](CHANGELOG.md) file.

## Contributing
Please see [Contributing](https://caffeinatedpackages.com/guide/contributing.html) on our website for details.

## Security
If you discover any security related issues, please email [email protected] directly instead of using the issue tracker.

## Credits
- [Shea Lewis](https://github.com/kaidesu)
- [All Contributors](../../contributors)

## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.