-
Notifications
You must be signed in to change notification settings - Fork 277
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
Generate comments to help educate new uses of design choices #65
Comments
Just popping in to say, as a relatively new Laravel developer, anything that can help devs internalize the Laravel approach seems to have tons of spillover benefits. I would def appreciate this option. |
For sure. This is still on the list. Just trying to manage bugs and a few open issues first. 😅 |
@jasonmccreary are there any specific ones that you think would be a good start? |
Not sure. Been so long now. I'd have to get back into it. Probably something I'll do. |
Hi @jasonmccreary, I had the pleasure of attending your enlightening talk at Laracon India, where your insights into Blueprint left a lasting impression on me. Inspired by your vision for the project, I'm eager to contribute and make a meaningful impact. Could you please provide me with some guidance or a jumpstart to begin contributing to Blueprint? I'm enthusiastic about the opportunity to be part of such an innovative project. Thank you for your time and for sharing your expertise at Laracon India. Best regards, |
See Contributing section in the Docs. |
Thanks @Avnsh1111. If you're looking to get involved. I would take a look at the Contributing section, open issues, or simply review the code and see if there are any quick refactors you could do to make your first PR. |
Both Laravel and Blueprint follow some documented, as well as community, conventions. Developers new to Laravel may not be familiar with these.
As such, it'd be nice to have a
--notes
option which would add the Laravel-style block comments with more information about the generated code with links to the documentation where applicable.With this we can ensure Blueprint users become familiar with Laravel as well as Blueprint, and vice version.
The text was updated successfully, but these errors were encountered: