3x1io / filament-themes

FrontEnd Themes Manager For Filament Admin
https://github.com/3x1io/filament-themes
MIT License
34 stars 9 forks source link

On preview not getting added changes #5

Closed Archana-1993 closed 1 year ago

Archana-1993 commented 2 years ago

Hi,

I have installed this plugin and getting one theme which name was likee main. Then have created one more theme inside that same like main just name is est and changed few css. But i can not see in preview of test just redirect ro dashboard. Why? and Can you please guide me like how can check ?

This plugin is same is worked like same wordpress theme right? like multiple themes can add and can change each theme view.

Here i am going to attached screnn shot so please check it and help on it.

Thank you in advance

image

image

3x1io commented 1 year ago

yes it's working like wordpress, i think your problem is route/cache

try to use this command

php artisan route:clear

and remove the main route from routes/web.php because it's override the theme package routes

3x1io commented 1 year ago

it's done now you can check it.