diff --git a/src/apps.json b/src/apps.json index d1a379458..3cffa0690 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1156,6 +1156,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