Trying to use a local dev package symlinked within a Jetstream application using Sail #203
Unanswered
jeroenboumans
asked this question in
Q&A
Replies: 1 comment
-
i have the same problem, anyone help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've symlinked a package skeleton based package in my Laravel Jetstream application. It integrates correctly but when calling registered routes from the package I receive an error in the Sail app:
zuyderland-folders is the package name. When serving the application with
php artisan serve
the routes work perfectly. Also when running tests in the package and the Sail app viacomposer test
they succeed. Should I make a mount for the package within the Sail docker compose file?Same error occures when running:
But works when running locally with PHP:
Beta Was this translation helpful? Give feedback.
All reactions