loadsys / loadsys/CakePHP-Serializers

Re-add stock AppSerializer. Experiment with `App::build()`.

Open
#109 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
PHP
Stars
6
Forks
1
PR merge metrics
No merged PRs in 30d

Description

The book makes it sound like you should be able to control the order in which paths are checked. We want Serializer/ checked first, and Plugin/Serializers/Serializer/ to be checked last. When this order is respected, we can add a stock AppSerializer back into the package and not force projects to create their own in order for the plugin to work.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the CakePHP 2.x App::build documentation linked in the issue and inspect how Serializer/ and Plugin/Serializers/Serializer/ are resolved. Verify whether the requested path order can be controlled, then determine how a stock AppSerializer would fit into the package. Done means the package provides AppSerializer without requiring projects to create their own and the lookup order is respected.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.