-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expanding Autonomy #57
Comments
Do you mean for package authors or app modules? Package files are already supported via:
The Stimulus Laravel package is an example. If you mean app modules (I saw the discussion in the
I do have some ideas on how to maybe improve this, but would also be open for contribution. |
I'm not sure if I expressed myself clearly, and I want to ensure we're on the same page. What I mean is that it would be useful to have a more independent tool that is suitable for Laravel package authors. For example, I would like to replace Mix with Importmap in the Orchid package. The idea is to create an php vendor/bin/importmap This would also apply to other commands like |
Thank you for the work you’ve done. 🙏
I would like to discuss an idea: currently, this package is suitable only for Laravel projects, but not for their packages.
I think it would be great if we could use
importmap
for various packages, such as forums, admin panels, and so on.At the moment, builds are usually done using Vite or Laravel Mix, as they are not tied to a specific project.
I believe it would be beneficial if we could perform these actions as a standalone resource. What do you think?
The text was updated successfully, but these errors were encountered: