Using the new Laravel 12 Starter Kits with Laravel Sail #54772
-
Hello, I was checking the new Laravel 12 that introduces the new starter kits among other things and just wondering how can I set a Livewire Starter Kit for example, when Installing Laravel via Laravel Sail? There is no prompt to ask for this. I normally use Laravel via Sail on Windows(WSL2). Another question, Is Sail still a recomended way to start with Laravel or should I just use the "laravel new" approach withour Docker at all? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If I understood your question, I think you've got it backwards. Sail comes installed with new Laravel apps so you actually need to run the installer first. |
Beta Was this translation helpful? Give feedback.
If I understood your question, I think you've got it backwards. Sail comes installed with new Laravel apps so you actually need to run the installer first.