laravel-themes-manager icon indicating copy to clipboard operation
laravel-themes-manager copied to clipboard

Bring multi themes support to your Laravel application with a full-featured Themes Manager

Results 7 laravel-themes-manager issues
Sort by recently updated
recently updated
newest added

Laravel seems to override `mail` hint with default views. so `themes/my-theme/resources/views/vendor/mail` is not taken into account and mail views have to be override into `resources/views/vendor/mail`directory

bug

Hello, I'd like to know if it's possible to implement the package with Vite. If so, is it possible to have a little more information? Thanks a lot!

help wanted

Can you please update this package for Laravel 11? I wanted to try this one but could not install it.

I am creating a CMS theme and have chosen the vendor name that contains the "theme" keyword: "inu-themes". When I open the page, the vendor's name is truncated to "inus",...

Hi folks, I need to run the theme make command like this in laravel Artisan::call('theme:make', ['name' => 'soul']); but giving this error The command "theme:make" does not exist. any solution...

It would be nice if there was an artisan command to create the public/themes/ symlinks at build time instead of runtime. The primary reason for this would be not making...

enhancement