-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
3.x #41
Conversation
Not merging until 2.0 dev phase is done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't realize immediately that the diff was almost entirely vendor changes, got a bit scared lmao
main has been branched into a no need for merging |
Changes
Part of the Flarum 2.0 Roadmap. Prepares the CLI for usage with Flarum 2.0, and adds a variety of features/new boilerplate generation commands.
fl make model Camel -n
New commands
flarum-cli make model [className] [PATH] [-n|--no-interaction]
flarum-cli make notification [className] [PATH] [-n|--no-interaction]
flarum-cli make post-type [className] [PATH] [-n|--no-interaction]
flarum-cli make locale [key] [value] [PATH] [-n|--no-interaction]
flarum-cli make backend api-resource [PATH] [-n|--no-interaction]
flarum-cli make backend filter [className] [PATH] [-n|--no-interaction]
flarum-cli make backend notification-blueprint [className] [PATH] [-n|--no-interaction]
flarum-cli make backend notification-driver [className] [PATH] [-n|--no-interaction]
flarum-cli make backend post-type [className] [PATH] [-n|--no-interaction]
flarum-cli make backend mail-driver [className] [PATH] [-n|--no-interaction]
flarum-cli make frontend forum-page [className] [routeName] [routePath] [PATH] [-n|--no-interaction]
flarum-cli make frontend gambit [PATH] [-n|--no-interaction]
flarum-cli make frontend notification [className] [PATH] [-n|--no-interaction]
flarum-cli make frontend post-type [className] [PATH] [-n|--no-interaction]