"Welcome to Hydra, the zero config API boilerplate with roles and abilities for Laravel Sanctum. Please visit https://hasinhayder.github.io/hydra to know more." ]); } public function version(){ return response([ "version"=> config('hydra.version') ]); } }