Patrick O'Meara
Patrick O'Meara
I'm also having this issue on MacOS.
> maybe the fisrt argument of type method is css selector?so you should use .ant-input instead of ant-input It's name. Otherwise the new text wouldn't be appended.
I also tried this with `RcInput` and the got the same appended result, so the problem is within that package. I will add an issue there. If anyone stumbles upon...
I've been using this fork for over a year, it works well.
@aconital I highly recommend switching to https://github.com/MatanYadaev/laravel-eloquent-spatial The switch was simple. In my case it involved: * switching to a new trait * using the built in cast instead of...
@citricguy thanks for the initial recommendation!
I'll third the need for this feature. We have a screen explaining how notifications benefit the user that shows after login. Since implementing this AMAZING plugin, that screen has become...
I've just hit this issue after installing Scribe for the first time. I will look into a fix for this.
I believe that in order to fix this issue, the path, annotated, attribute and method arguments should be merged and iterated over. If the types extend Model then instantiateExampleModel should...
Correct, model binding isn't working in `rules()` I've added a test [here](https://github.com/patrickomeara/scribe/commit/b8148c4f617711a417db5fda2a083b2165d12e34) When in the `rules()` method, `$this->route('post')`, `$this->post` and `Route::current()->parameters()['post']` should all return a post model. The first two...