Tailwind css not working on full-page livewire component
Hi, hope you all are doing well.
I'm trying to render livewire component as full-page via:
Tailwind css not working on it.
First error was
So i created the folder
The component view is showing correctly but tailwind css not working on it.
Am i missed something ?
I'm trying to render livewire component as full-page via:
Route::get('path', LivewireComponent::class)Tailwind css not working on it.
First error was
components.layouts.app not foundSo i created the folder
components/layouts and inside created app.blade.php.The component view is showing correctly but tailwind css not working on it.
Am i missed something ?
Solution
you can do this if you don't want to use TALL preset..
run
php artisan livewire:layoutrun
npm run dev