hexadog / laravel-themes-manager

Bring multi themes support to your Laravel application with a full-featured Themes Manager
https://laravel-themes-manager.netlify.app
MIT License
152 stars 31 forks source link

How to install tailwind and run laravel mix? #36

Closed elfeffe closed 2 years ago

elfeffe commented 2 years ago

any help?

gaetan-hexadog commented 2 years ago

Hi,

you can follow the official Laravel documentation here and use

\Theme::mix($asset, $manifestDirectory = '')

to get the current theme path to a versioned Mix file.