Waavi / translation

Better translation management for Laravel
MIT License
359 stars 167 forks source link

Add support for base url #180

Open kungro opened 3 years ago

kungro commented 3 years ago

Add support for base url.

This is required if URL is something like https://localhost/fistforlder/secondfolder/ and not the traditional https://localhost. This requires proper APP_URL configuration in .env (or respective configuration in config/app.php).