-
- Laravel Version: 7.20.0
- Nova Version: 3.7.1
- PHP Version: 7.4.1.
- Database Driver & Version: MySQL 5.7.26
### Description:
Detaching a `BelongsToMany` Relation with the `SoftDelete` trait…
-
- Laravel Version: 7.11
- Nova Version: 3.6
- PHP Version: 7.4
- Database Driver & Version: mySql
- Operating System and Version: Docker for Mac
- Browser type and version: Chrome 81
### Descr…
-
In the past, p_group_cohomology-2.1.4 was an optional spkg. Sage dropped support for old style spkgs, and thus only an experimental spkg remained.
The purpose of this ticket is to provide a new gro…
-
Having explored the entire database in #30 I have a few thoughts I'd like to share.
* Audit fields - there are many pseudo foreign keys to the vh_users table
* vh_lang_categories
* vh_la…
-
the package works perfect for one-to-many relationship, but when it comes to many-to-many relationship it's not working
here is my code :
```
class Product extends Model
{
use …
-
- Laravel Version: 7.0.2
- Nova Version: 3.0.1
- PHP Version: 7.3
### Description:
Yesterday Laravel 7 was launched and I updated it and Nova. Once I ran my scripts to deploy the website, I no…
-
Hello,
Thank you very much for creating this package, it was a life saver for our project 🙏
In our project we have `Event` and `Location` models with pivot table `location_relations`.
`locatio…
-
When there is an belongstomany relationship, detach/attach methods doesn't fill user stamps fields.
For example;
```
Auth::user()->buyerDemandActions()->detach($args['buyer_demand_id']);
```
…
-
# Description of problem
When running (main branch) kata containers as nested workload on top of fedora/centos/ubuntu VM, the host VM network disappeared as soon as the kata starts to run.
# E…
-
- Laravel Version: 6.x
- PHP Version: 7.2.28
- Database Driver & Version: Mysql
### Description:
When i use belongstomany pivot tables soft deleted records coming in instance
though raw …