laravel-frontend-presets / tall

A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
MIT License
2.42k stars 203 forks source link

Presets with laravel/ui in a laravel 9 jetstream project? #111

Closed fpolli closed 2 years ago

fpolli commented 2 years ago

I see that this has you install the laravel ui package which the laravel 9 docs say has been replaced by jetstream. I am using laravel 9 and jetstream, will this package cause conflicts?

mortenebak commented 2 years ago

This preset is intended to be installed into a fresh Laravel application. So either you use this package or jetstream to scaffold the login/auth features I guess :)