Skip to content

Commit

Permalink
Start using laravel/prompts for add command
Browse files Browse the repository at this point in the history
* prompts:
  Fill contribution data from prompt
  Fill person data from prompt
  Fill project data from prompt
  Support multi-line input on laravel prompts
  Install composer patches plugin
  Use prompt helper function
  Move closure generation to a method
  Fill organization data from prompt
  Use confirmation prompt for dynamic config file creation question
  Install laravel/prompts
  • Loading branch information
marvil07-adapt committed Dec 6, 2023
2 parents 981cd3c + 9e9181b commit 2bb2773
Show file tree
Hide file tree
Showing 3 changed files with 796 additions and 109 deletions.
16 changes: 15 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@
"require": {
"symfony/console": "6.3.*",
"symfony/yaml": "6.3.*",
"twig/twig": "3.8.*"
"twig/twig": "3.8.*",
"laravel/prompts": "0.1.*",
"cweagans/composer-patches": "^1.7"
},
"config": {
"allow-plugins": {
"cweagans/composer-patches": true
}
},
"extra": {
"patches": {
"laravel/prompts": {
"Add textarea, a multiline text input": "./patches/laravel-prompts/88.diff"
}
}
}
}
Loading

0 comments on commit 2bb2773

Please sign in to comment.