-
Within embedded documents, I'd like to disable` $primaryKey`'s. From what little base Laravel knowledge I have, i know this is possible by overwriting them in your model like this:
`protected $prim…
-
I am trying to use wasChanged and wasRecentlyCreated of models in laravel project but both of them are false in the below code
`$saved=$project->accessInfo()->updateOrCreate(['type'=>$request->typ…
-
### Versions:
- ide-helper Version: 3.0.0
- Laravel Version: 11.0.5
- PHP Version: 8.2.16
### Description:
I'm using vscode with intelephense
```php
User::with('role')->get(); // return Il…
-
### Laravel version
8.54
### PHP version
7.4.19
### Voyager version
1.5
### Database
Mysql 5.7.33
### Description
I've followed the instructions from https://voyager-docs.devdojo.com/customiz…
-
[This is a follow on from a previously closed/stale issue #65 ](https://github.com/ksassnowski/venture/issues/65) as I am also experiencing the issue.
I have created a minimal repository on a fresh…
-
I am using $subscription->swapAndInvoice of the Mollie Cashier repository. Usually it should refund the unused days and invoice for the full new price. Which normally works. However with the latest sw…
-
I have a translatable File field showing on a detail page. The resource uses TranslatableTabToRowTrait. When I try to download the file an error is returned.
I have found the error to be caused by …
-
Although we should implement refactoring as a constant part of our dev process, we started off with a rather rapid prototyping and left things a bit unmanaged due to the fast paced development cycle…
-
https://github.com/owen-it/laravel-auditing-doc/blob/8bf3b80fe4c93a7a39088c3c16771063d751841f/audit-custom.md?plain=1#L49
Since `$auditEvent` is a protected variable, assigning a value with customA…
-
**Packages**
```
"laravel/framework": "5.5.*",
"dingo/api": "1.0.x@dev",
"jenssegers/mongodb": "^3.3",
"tymon/jwt-auth": "1.0.*@dev"
```
**configurations**
*auth.php*, using mongodb
```
'p…