You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome project, love to see you moving in this direction and I believe it is quite an important one!
I have some questions around the project to see if it will be useful for me / others.
You currently base the project upon jetstream which locks us into your own UI / project template / hierarchy.
Do you see this changing in the future? As this would not work for me.
I would want to write my own UI / application layer.
How do you look at writing our own domain sources, transformers and outbounds ?
I personally think something like how laravel excel works would be really cool to see for larachain.
Would love to have a chat if your up for it!
The text was updated successfully, but these errors were encountered:
The UI is just easy for me to crank out work and not think about it. But anyone can fork the project and put the ui they want. For example I have not done anything about making a public UI (anonymous user etc) but someone could easily use whatever they want. In someways I think LaraChain is a good backend starting point to getting going with your data and an LLM especially as I make time to make that part more agnostic.
For sure. There are generators and artisan commands (they are a bit rough still) to make instant sources, transformers and response types. Looks like my docs are falling short there will make that a task. But basically here https://github.com/alnutile/larachain/tree/main/app/Console/Commands/Generators are the commands. Good example of the UI being tightly coupled since they assume Inertia and JetStream.
Thanks
Hi @alnutile!
Awesome project, love to see you moving in this direction and I believe it is quite an important one!
I have some questions around the project to see if it will be useful for me / others.
You currently base the project upon jetstream which locks us into your own UI / project template / hierarchy.
How do you look at writing our own domain sources, transformers and outbounds ?
Would love to have a chat if your up for it!
The text was updated successfully, but these errors were encountered: