This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I have 5 custom artisan commands which are up and running on development and staging server. Last night they were up and running on live server (definitely as I was doing some last minute live testing). I needed to update something this morning (not related to these commands or plugin that creates them) and I noticed that they don't show when I run php artisan.
Any ideas? I have double checked plugin files with staging and dev site - they are the same. I am the only one with access to live server and I was sleeping overnight so I didn't do anything.
Cheers,
Adam
The first thing I would check is if the plugin is being loaded during the CLI process by using traceLog()
Appears to be. [2015-02-17 10:11:33] local.INFO: plugin called [] []
Seems like the register function doesn't kick - the tracelog there doesn't output.
1-3 of 3