You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel installer doesn't create ssr.js file nor does it add any of the settings on different config files. This only happens when trying to add other options like typescript or dark mode. It will work as expected when only selecting the ssr option.
Environment:
Windows 10
larave/installer 5.0.4
windows PowerShell & GitBash
If I create new project with no starter kit and then install breeze with ssr, typescript options together then all files and settings are created as expected
Installer Version
5.0.4
Description
Laravel installer doesn't create ssr.js file nor does it add any of the settings on different config files. This only happens when trying to add other options like typescript or dark mode. It will work as expected when only selecting the ssr option.
Environment:
Windows 10
larave/installer 5.0.4
windows PowerShell & GitBash
Steps To Reproduce
PS E:\web-apps> laravel new ssr-dark
_ _
| | | |
| | __ _ _ __ __ ___ | |
| | /
| '__/ _
\ \ / / _ \ || || (| | | | (| |\ V / / |
|_,|| _,| _/ ___|_|
Would you like to install a starter kit?:
[none ] No starter kit
[breeze ] Laravel Breeze
[jetstream] Laravel Jetstream
Which Breeze stack would you like to install?:
[blade] Blade
[react] React with Inertia
[vue ] Vue with Inertia
[api ] API only
Would you like any optional features? [None]:
[none ] None
[dark ] Dark mode
[ssr ] Inertia SSR
[typescript] TypeScript (experimental)
Which testing framework do you prefer?:
[0] PHPUnit
[1] Pest
The text was updated successfully, but these errors were encountered: