You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,4 +194,10 @@ An ever changing list of things to look at! :)
194
194
-[ ] Add some RESTful response helpers, for example:
195
195
-[x] for returning errors
196
196
-[ ] returning "links"
197
-
-[x] specifying default response codes for actions (200 on find, 201 on create...)
197
+
-[x] specifying default response codes for actions (200 on find, 201 on create...)
198
+
-[ ] Move config and public directories under src/App. Then allow plugins to share the App's directory structure
199
+
-[ ] Move config/database.php, config/app.php out into a /config directory. These transcend the app or plugins
200
+
-[ ] Define a Plugin class in the core, this will "load" plugins, i.e. process any configs and add any path pointers if needed (for example to public web resources like JS or images)
201
+
-[ ] Add PlanckPlugin to composer's list of installable types
202
+
-[ ] Add Planck to composer's create-project list, plugin to?
0 commit comments