-
We are logging activity of several models, some using SoftDeletes trait and others not.
When we set config option `'subject_returns_soft_deleted_models' => true` then calling `subject()` on any mod…
-
If my traits for User.php are:
`use \Staudenmeir\EloquentHasManyDeep\HasRelationships, LaratrustUserTrait, \NovaTrust\Concerns\InteractsWithNovaTrust, Notifiable, SoftDeletes, \Spatie\Tags\HasTags;…
-
These Test Using [Issue](https://github.com/Zizaco/entrust/issues/742)
**Try 1:**
```
-
If you delete a user with the SoftDeletes trait in Laravel 5 while using Entrust, it will clear the roles of the user. It's not meant to, but EntrustUserTrait is not updated for Laravel 5s trait namin…
-
how to fix FatalErrorException "Trait method restore has not been applied, because there are collisions with other trait methods on ..." in this code:
```
use Dimsav\Translatable\Translatable;
use I…
Maiti updated
8 years ago
-
this happed in the branch laravel-5. As it finds a method "bootSoftDeletingTrait".
But while digging, I found that the softDeletes trait creates a function "bootSoftDeleting".
So please if you can ma…
-
I don't know this is a bug or I did not find the properly to handle the package. If the id of Post is input manually by form:
```
class Job extends Model implements TranslatableContract
{
use …
-
ok, I'm trying to create a simple API with authetication with a LDAP server `ldap.forumsys.com` this is a test ldap server but I get this error
`BadMethodCallException with message 'Method Illumina…
-
It appears that the new [Authorizable](https://github.com/laravel/framework/blob/5.1/src/Illuminate/Foundation/Auth/Access/Authorizable.php) trait also has a **can** method. I have temporarily resolve…
-
How can i solve this bug