App\services\Plugin::packageInfoAttribute PHP Method

packageInfoAttribute() public method

Dot notation getter for composer.json attributes.
See also: https://laravel.com/docs/5.1/helpers#arrays
public packageInfoAttribute ( $name ) : mixed
$name
return mixed
    public function packageInfoAttribute($name)
    {
        return Arr::get($this->packageInfo, $name);
    }