Am I being naive thinking that this might work? #625
Unanswered
domsinclair
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You could move the jetstream and inertia parts to a batch file: composer require laravel/jetstream
php artisan jetstream:install inertia --ssr --dark Create the batch file, say jetstream.bat and place it in the laragon/usr directory. Use the Quick app to create laravel, once created the terminal is in the new directory, then call the batch file > jetstream.bat. This would be a two-step process, but still a little more automated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to creat a laravel + jetstream app using quick app.
I tried the following, and various combinations thereof
No joy unfortunately. Is this sort of thing possible?
Beta Was this translation helpful? Give feedback.
All reactions