Composer doesn’t work without a license, so you can’t install plugins by running composer in the October root directory. But if you copy a plugin to the plugins directory, it will work. Make sure you keep the proper directory structure, e.g. plugins/vendor/plugin. You may need to run php artisan october:migrate after copying the plugin to create the plugin’s database tables.