jsalcedo09 / aws-swf-laravel

A Laravel 5 package to integrate with Amazon Simplified Workflows Service
MIT License
2 stars 1 forks source link

copying config files doesn't work #1

Open abbood opened 6 years ago

abbood commented 6 years ago

I ran this command

php artisan vendor:publish --provider=jsalcedo09/aws-swf-laravel

but then no config files got generated:

$ git diff returns nothing

jsalcedo09 commented 6 years ago

Hello @abbood,

Which version of Laravel are you trying to run the package on?

I think there is an error in the docs, the service provider is not there, that might be the issue On the app/app.php

'providers' => [
...
    Jsalcedo09\SwfWorkflows\SwfWorkflowsServiceProvider::class
]

Let me know!