Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/caffeinated/themes
- Owner: caffeinated
- License: mit
- Created: 2014-10-19T04:27:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T11:10:12.000Z (9 months ago)
- Last Synced: 2024-04-14T07:08:00.826Z (7 months ago)
- Topics: caffeinated, laravel, theme
- Language: PHP
- Homepage: https://caffeinatedpackages.com
- Size: 550 KB
- Stars: 174
- Watchers: 12
- Forks: 72
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.