sourcescript/LaravelDependencyInjector

Alleviate Redundancy

Closed this issue · 1 comments

Isn't this much remarkable?

function make($instance)
{
    return $this->app->make($instance);
}

Already implemented, (in some way) for the phase 2..

not yet uploaded here. The whole concept is to create magic methods that would be generated upon getting ->input() for example.

But soon enought, we'll be implementing that. You're open to add any changes you would deem required.