diff --git a/README.md b/README.md index b102c39..baa8661 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ A laravel artisan command to generate trait quickly. ## Install +Via Composer + +``` +composer require rukhsar/traitcommand +``` + In your `config/app.php` file, add the following to the providers array: ```php