-
**Describe the bug**
When logged in as an editor and on a submission in the review stage, an error is occurring when using the "Request Revisions" feature.
**To Reproduce**
Steps to reproduce the…
-
Hi, thanks for the package, I was wondering if its possible to use relations like BelongTo from other models with this package?
Thank you for your time
-
Hi! Thanks for the tool! Testing currently, good job, but got one issue. So, now eloquent `all()` method is overriden by your lib and I can not use usual eloquent database-ment `$chanels = Chanel::all…
-
In a comment on this issue, state what you found to be a valuable thing you read from Eloquent JavaScript.
Please use this github issue as a forum to ask and answer questions you came across in th…
-
When using in app service provider
```php
Model::shouldBeStrict(!$this->app->isProduction());
```
saving model not working with exception
Illuminate \ Database \ Eloquent \ MissingAttributeExcep…
-
Hi
Was wondering if the following should work with v0.6.1. It is basically accessing a belongsTo relationship on an Eloquent model.
Inside the Project model I have
```
public function projectNoType…
-
Hi team,
My name's Kevin Bui, senior developer at Banxa.
I started working with Laravel in 2014. Since then, I have been contributing to [Stackoverflow](https://stackoverflow.com/users/2994920/k…
-
Hi, Thanks for this great package.
Had a suggestion to add Transaction Eloquent model with it's behavior methods. And of course ability to override the Transaction Model. Like pass the class in gat…
-
### Bug description
After importing a large set of content that includes 19k Taxonomy Terms, the Entries list view and edit view becomes very slow as it loads all the terms as "Statamic\Eloquent\Taxo…
-
### Bug description
I am creating an observer and making the checks on the methods I want, but the methods are not created, The file arrives with the class but not with the methods that I checked at …