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

How to install tailwind and run laravel mix?

Open elfeffe opened this issue 3 years ago • 1 comments

any help?

elfeffe avatar Apr 06 '22 22:04 elfeffe

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.

gaetan-hexadog avatar Apr 11 '22 16:04 gaetan-hexadog