Replies: 1 comment
-
Hi! thanks for your appreciation, it means a lot for us Stubs are a practice that allows to have php files without being parsed by your IDE, as they are basically excluded from project until you publish migrations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Kindly appreciate your work.
Can you please explain your thoughts behind choosing migration stub
create_telegraph_bots_table.php.stub
rather than a regular migration filecreate_telegraph_bots_table.php
?As I can understand stubs needed to create template. But I can't see any template args in your stub files.
Beta Was this translation helpful? Give feedback.
All reactions