laravel breeze next #3118
thinkerytim
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using laravel to handle the backend of my next js app so I started with the breeze-next starter app and I'd like to install shadcn ui. However the
jsconfig.json
in the breeze project looks like this:It looks like the installer for
shadcn
doesn't respect the custom baseUrl value, and it creates a newapp
directory. It also blows away any existingtailwindconfig
options.I followed the manual install procedure, which concludes with "You can now start adding components to your project."-- but when you try to install a component it says "Configuration is missing".
How do I create a configuration file in a manual installation?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions