Releases: caneco/artisan-aliases
Releases · caneco/artisan-aliases
A couple of features
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
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