laravel-aws-worker
laravel-aws-worker copied to clipboard
Fix wrong url on worker
trafficstars
https://github.com/dusterio/laravel-aws-worker/issues/1
Could you please merge this @dusterio ???
Hello,
any news about this PR ?
Thanks
@hbouhadji hmm shouldn't this be in the AppServiceProvider of the app?
@dusterio Correct, I got it working like that, thanks
As called out here and in the original issue - URL::forceRootUrl(config('app.url')); should simply be added to the AppServiceProvider.