zalazdi/laravel-imap

Laravel 5.2 Publishing config file

Opened this issue · 1 comments

php artisan vendor:publish doesn not copy config file resulting in Nothing to publish for tag [].

vendor/zalazdi/laravel-imap/src/Providers/LaravelServiceProvider.php at line 19
__DIR__.'/../config/imap.php' => config_path('imap.php'),
Should add one more folder path exit ../ to look like this
__DIR__.'../../config/imap.php' => config_path('imap.php'),

DIR.'/../../config/imap.php' => config_path('imap.php'),