Pitch

Results 3 issues of Pitch

Images inside a post are resized. Size you specify in code doesn't matter. SmartBlog v3.0.3 (from development branch 28.02.2021) PHP: 7.4.15 PrestaShop: 1.7.7.2 ![proof](https://user-images.githubusercontent.com/45101591/109425027-94c04680-79e6-11eb-8c49-a4ff2850bfe0.png) ![proof 2](https://user-images.githubusercontent.com/45101591/109425028-968a0a00-79e6-11eb-98c7-1eb40d9bdb52.png)

How I can add pivot values to attach action? ``` public function attachCollectionItems( UserSchema $schema, UserRequest $request, User $user ) { $collectionItems = $schema ->repository() ->modifyToMany($user, 'collection-items') ->attach($request->validatedForRelation(), ['status' =>...

```php $data = MixedSearch::search($request->q ?? '')->within(implode(',', $searchTypes))->query(function ($query) { $query->with('media'); })->get(); ``` I would like to eager load some relationship and use pagination. If I use paginate() with query(), it...

enhancement