Closed jartaud closed 3 years ago
I have installed this open source ngrok alternative https://github.com/beyondcode/expose and when I run the provided command, the app gets redirected to /home
I got it working using these tricks: https://github.com/beyondcode/expose/issues/24#issuecomment-805396556 but I've lost the localization.
// .env PROXIES=127.0.0.1 // config/trustedproxy.php 'proxies' => env('PROXIES', null) expose or expose share https://my-app.test
Sorry but i can't assist you with this one because i've never used expose
Thanks!
I just move my home route outside of Route::localizedGroup(function () {}); when I want to use expose. You can close the issue.
Route::localizedGroup(function () {});
Description:
I have installed this open source ngrok alternative https://github.com/beyondcode/expose and when I run the provided command, the app gets redirected to /home
I got it working using these tricks: https://github.com/beyondcode/expose/issues/24#issuecomment-805396556 but I've lost the localization.
Steps To Reproduce: