Skip to content

Releases: caneco/artisan-aliases

A couple of features

29 Jan 23:39
13ceec6
Compare
Choose a tag to compare

Here's the plan for what's coming:

  • Remove an existing alias using the option --d|delete
  • Firing a @handle method if alias has a ::class reference
  • Alert the user try to add an alias with sudo in the command (usefull?)
  • Add comments
  • Allow to replace an existing alias using the option --force
  • Add tests

Initial release

26 Jan 12:09
Compare
Choose a tag to compare

Here's the plan for what's coming:

  • Remove an existing alias using the option --d|delete
  • Allow to replace an existing alias using the option --force
  • Firing a @handle method if
  • Alert the user try to add an alias with sudo in the command (usefull?)
  • Add comments
  • Add tests