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 new my-app --typescript --breeze --stack=react --git --no-interaction
Using this command, I get the return "--typescript" option does not exist.. I have been trying to get a laravel & react project setup for the longest time, and now that I find these docs that explain how to start one with shadcn. The incorrect commands are given, does anyone have better instructions on how to start a shadcn laravel project that doesn't have any issues?
I just faced same issue. I had no issue when I was testing shadcn with laravel on my mac. But when I tried to run a new project on linux, I faced same issue.
I think issued is not related to shadcn and more of laravel/installer.
The --typescript option is available for laravel/installer 5 and above I guess. My linux laravel/installer package is at version 4.5.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
laravel new my-app --typescript --breeze --stack=react --git --no-interaction
Using this command, I get the return "--typescript" option does not exist.. I have been trying to get a laravel & react project setup for the longest time, and now that I find these docs that explain how to start one with shadcn. The incorrect commands are given, does anyone have better instructions on how to start a shadcn laravel project that doesn't have any issues?
Beta Was this translation helpful? Give feedback.
All reactions