laravel-aws-worker icon indicating copy to clipboard operation
laravel-aws-worker copied to clipboard

Fix wrong url on worker

Open sebestenyb opened this issue 6 years ago • 4 comments
trafficstars

https://github.com/dusterio/laravel-aws-worker/issues/1

sebestenyb avatar Aug 12 '19 03:08 sebestenyb

Could you please merge this @dusterio ???

gbwashleybrown avatar Sep 23 '19 15:09 gbwashleybrown

Hello,

any news about this PR ?

Thanks

hbouhadji avatar Sep 28 '20 09:09 hbouhadji

@hbouhadji hmm shouldn't this be in the AppServiceProvider of the app?

dusterio avatar Sep 28 '20 09:09 dusterio

@dusterio Correct, I got it working like that, thanks

hbouhadji avatar Sep 28 '20 12:09 hbouhadji

As called out here and in the original issue - URL::forceRootUrl(config('app.url')); should simply be added to the AppServiceProvider.

fylzero avatar Dec 09 '23 14:12 fylzero