-
This package provides "[Formations](https://github.com/headlesslaravel/formations/wiki/)" which is class that provides [resource API routes](https://laravel.com/docs/8.x/controllers#actions-handled-by…
-
**Database relations**
- The user owns an event;
- The user has many events;
- One to many
-
When casting an Eloquent model attribute to a 'collection', if the value is currently null, the cast does not take place, and null is returned.
To avoid having to litter the code with existence tes…
-
### Is your feature request related to a problem?
When trying to insert relationships into models via a service provider, it is not possible because the mongo specific methods are protected. Laravel …
-
As its polymorphic nature, I can't know in advance what resource type it will be.
```php
class AddressResource extends JsonApiResource
{
public $attributes = [
'label',
'ge…
-
# 10.x 번역 기여자 모집
- 모집마감 : 마감시까지
- 번역시작 : 3월 1일
- 번역마감 : 마감시까지
- 지원방법 : 하단에 아래의 양식으로 댓글을 남겨주세요
```
맡고 싶은 챕터: ~~~.md
```
### 번역자 가이드
- 현재의 레포지터리를 본인의 레포지터리로 포크
- 번역대상 브랜치 (pre-kr-10.x)…
-
Thank you very much for your job.
Your package is very interesting and functional.
The ability to store data on different models similar in structure in one index due to the "__class_name" attribute…
-
I am not super happy with the amount of querys for the getAffiliatedIdsAction this issue should collect ideas and concept that needs to be exploited to improve the query.
-
------
**OS**: darwin
**Invoker Version**: 2.0.2
**Laravel Version**: 8.22.1
**Local project**: true
**PHP Binary**: /usr/local/bin/php
**Route**: /project/index?class=App%5CUser&t…
-
- Larastan Version: v10.13.5
- `--level` used: 9
- Pull request with failing test:
### Description
Use of https://laravel.com/docs/10.x/eloquent-relationships#default-models is supposed to all…