Looking to hire Laravel developers? Try LaraJobs

laravel-themes maintained by dalholm

Description
Laravel Themes
Last update
2024/09/23 13:54 (dev-master)
License
Downloads
746

Comments
comments powered by Disqus

Laravel Themes

This Laravel themes package makes your theming more fun and complete. You will have your own laravel.mix.js and package.json for each theme. With that structure you could have one theme with tailwind, another with bootstrap or bulma. This package was originally developed by caffeinated.

Installation

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

composer require dalholm/laravel-theme

Publish config

php artisan vendor:publish --provider="Dalholm\Themes\ThemesServiceProvider" --tag="laravel-themes-config"

Create your first theme

php artisan make:theme Default

Changelog

You will find a complete changelog history within the CHANGELOG file.

Security

If you discover any security related issues, please email mikael@dalholm.se directly instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.