ameliaikeda / monzo-php

PHP Library for use with https://monzo.com
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

php artisan monzo:install not found. #3

Open nicholaspearson opened 7 years ago

nicholaspearson commented 7 years ago

When running php artisan monzo:install I get the following error:

[Symfony\Component\Console\Exception\CommandNotFoundException]  
There are no commands defined in the "monzo" namespace. 
ameliaikeda commented 7 years ago

This is not yet implemented; it's going to be a command that walks you through adding your client id/secret and any config options.

ameliaikeda commented 7 years ago

(I've been pre-emptively adding documentation for what I plan to do)

nicholaspearson commented 7 years ago

@ameliaikeda - Cool, however, this is one of the very few DECENT Laravel packages out there, so maybe remove it into another .md until your ready to release that? :)