event
Laravel has deprecated the `fire()` helper and `Event::fire()`. These will be removed in Laravel 5.8. Instead, you should use the `event()` helper.
Updated inInstall herlper method to check value of install from config data as env(DB_INSTALL) returns null in some system
Commits for version update