-
-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hi,
I was thinking about what you've done here.You know that message that says
.somepath/some/test.bladee.php Was generated
At the end.I guess it could be great if in config/generator.php
A function could be defined to handle that message.
You may think what kind of stupid feature is that :D
But the purpose is that you can do a few stuff here to open the files that were generated in the ide.
Since I think it isn't such a great idea to handle all these ide opening stuff yourself because I see you're working alone on this, I guess that would be a lot better so you can do a few ones and let the rest of it to the other ide users.
There are two possible ways to open a file in ide from php.
Either output a link like idea://blahblah...
Which is a link that when opens gets you there.
Or some ideas again like intellij suppert a command for opening files in terminal so a exec() in php could do that or again intellij can open files in this link too : file:///path.blade.php
So you get the point,that could let the users do any of these ways in their ides which I think is a great idea.
The other thing you said generate::request
I don't know what that is but in a few days I'm making something which basically makes adding somethings like routes in web.php automated from php well essentially I'm doing it for some other reason, but if that's something like what you need, I'll provide the code to what I've done when it's done and also can help you adapt it for your own use case.It's just a little playing with regex. But I guess you won't need my help. Anyways it never hurts to hear somebody offers some help.