How to pass mail data from service provider to config/mail.php in laravel 4
问题 I was fetch mail configuration data using model file, and pass it to my provider the name CofigServiceProvider.php. But i don't know how to pass it into config/mail.php file. Because i need to change the mail configuration data dynamically from my admin panel. or Any other way to fetch db values and pass it app/config/mail.php in laravel 4 ConfigServiceProvider.php <?php namespace App\Providers; use Illuminate\Support\ServiceProvider; use Config; use Home; class ConfigServiceProvider extends