Skip to content
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

Laravel Support #178

Open
jihadadulrazaqjasim opened this issue Sep 16, 2024 · 1 comment
Open

Laravel Support #178

jihadadulrazaqjasim opened this issue Sep 16, 2024 · 1 comment

Comments

@jihadadulrazaqjasim
Copy link

jihadadulrazaqjasim commented Sep 16, 2024

Is the package can be used in laravel ? If yes, how can it be done as there is no documentation for it. If no, do you have any plan to make the package work with laravel ?

@pounard
Copy link
Member

pounard commented Sep 16, 2024

Hello, this is a good question.

As of now, the core API is independent from any framework, and can be used as a standalone app (in main branch, which will be the next major 2.0 release). This means that you can manually write your database table and column configuration then run it, no matter the framework you use:

Please note it might cause a few dependency problems with your own composer.json file, so you might want to try by installing it in its own project folder.

Laravel integration is something we discussed, and planned in our backlog, but with no due date. We would greatly appreciate some help on this by the way!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants