+ Hooks are hooks at certain points in the application's life cycle. You can add specific behaviours to them according to your needs, such as a filter that allows you to delete any message that contains an insult. + + Creating a command with the framework is very simple. +
+ ++ Open a new terminal in your project and write the following command : +
++ A file will be created in the specified location otherwise in the root of your project with the following structure : +
+