diff --git a/src/apps.json b/src/apps.json index 289825e20..aa201af2f 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1147,6 +1147,17 @@ }, "website": "http://backdropcms.org" }, + "Backpack": { + "cats": [ + 47 + ], + "cookies": { + "backpack_session=": "" + }, + "icon": "Backpack.png", + "implies": "Laravel", + "website": "https://backpackforlaravel.com" + }, "Backtory": { "cats": [ 31 diff --git a/src/icons/Backpack.png b/src/icons/Backpack.png new file mode 100644 index 000000000..5095bf4f2 Binary files /dev/null and b/src/icons/Backpack.png differ