-
- Laravel Version: 5.8
- PHP Version: 7.2
- Database Driver & Version:
mysql
Steps To Reproduce:
1. create some new model MyModel with softDelete trait use
2. set protected forceDeleting as TRUE…
-
**Stack**:
`laravel/lumen-framework: 5.6.*`, `spatie/laravel-permission: ^2.37`, `tymon/jwt-auth: ^1.0.0`
I am using multiple authentication guards in my project (users and customers). JWT authent…
-
Hi,
I have a model which is not a twill module for some reasons, is it possible to use admin layout so that I can list some items, or in general add any content there?
Thanks.
-
Would be good add support to Lumen.
https://medium.com/@rafaelcanical/although-i-agree-with-jan-alfred-richter-this-is-cool-can-this-be-used-with-lumen-projects-also-259b64c3d10c
-
I mean patch
https://github.com/laravel/framework/blob/5a6450486461a4c91374987af248b968d17cc956/src/Illuminate/Database/Eloquent/SoftDeletes.php#L4-L6
to
```php
-
- Laravel Version: 5..7.*
- Nova Version: 1.1.7
- PHP Version: 7.1.3
### Description:
Following the Nova Doc: https://nova.laravel.com/docs/1.0/actions/defining-actions.html#action-log
…
-
I have set the restrict mode to false and implemented the trait as described. After applying the trait and using `limit`, I'm getting the following error:
> `message: "SQLSTATE[42000]: Syntax erro…
-
When attempting to use delete() or update() on an eloquent model you can not use any joins because you will get an ambiguous column name error on updated_at. This is because the Eloquent/Builder.php …
-
- Laravel Version: 5.8.16
- PHP Version: 7.3.5 x64
- Database Driver & Version: MariaDB 10.3.13
### Description:
When you have a Model with `SoftDeletes` trait, for instance, that will apply the…
-
- Laravel Version: 5.8.4
- PHP Version: 7.2.4
- Database Driver & Version: MySql
### Description:
SoftDelete::runSoftDelete does not take into account overridden Model::setKeysForSaveQuery metho…