Jonah Olsson

Results 2 issues of Jonah Olsson

Any plans to support Lumen with `$app->withFacades();` disabled in `/bootstrap/app.php` and referencing the libraries manually (e.g. `Input` and `Validator`)?

How would one pass a value from my controller to the model and $rules attribute like below? ``` protected $rules = [ .... 'username' => 'required|unique:users,username,NULL,id,tenant_id,'.$this->tenant_id ]; ``` The following...

feature