- Laravel Version: 5.8.0 - PHP Version: 7.2.0 - Database Driver & Version: mysql ### Description: Language files under sub-directories are not taken into consideration. e.g.: ``` /en /menu menu.php ``` The above is valid and can be accessed using `__('menu/nav.some-key')`. However, this package doesn't recognise them. ### Steps to reproduce: Add a language file in the file structure above (with some keys). Then run `php artisan langman:show menu/nav` **Excepted Result** See the keys and their translations **Actual Result** No keys are shown