-
Hello there! I just started using Nylo today. I am from Laravel background and obviously used the artisan CLI a lot. I was trying to create a page using `metro make:page auth/login, this in turn created auth_profile_page.dart which was not intended. Excuse me if this is something I am not aware of and is already there. I went through the whole documentation and the youtube videos but found nothing about this thing. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @rakhaxor, Thanks for the comment, hope you're enjoying the festive break! I'll let you know when it's live 👍 |
Beta Was this translation helpful? Give feedback.
-
Awesome! I will now mark this thread as resolved. Thank you Anthony! |
Beta Was this translation helpful? Give feedback.
No problem!
Re. how to upgrade
You will just need to update the dependency version in your pubspec.yaml file.
nylo_framework: ^5.16.0nylo_framework: ^5.17.0
Hope that helps