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.
Simply install the package through Composer. From here the package will automatically register its service provider and Theme
facade.
composer require dalholm/laravel-theme
php artisan vendor:publish --provider="Dalholm\Themes\ThemesServiceProvider" --tag="laravel-themes-config"
php artisan make:theme Default
You will find a complete changelog history within the CHANGELOG file.
If you discover any security related issues, please email [email protected] directly instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.