Archived
1
0
Fork 0
No description
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2023-04-30 16:44:36 +02:00
app app/config/routes.yml: define all routes and use shorthand path fields. 2023-04-30 16:44:36 +02:00
cache remove cache/sess/.placeholder 2018-08-08 20:12:58 +02:00
docs app/config/acl.yml: move the docs to docs/ACL.md 2019-12-01 15:23:26 +01:00
public Adding public/img/logo.png 2022-08-09 21:00:09 +02:00
.gitattributes initial commit 2017-09-01 17:10:27 +02:00
.gitignore config: drop the "conf" prefix for config files. 2018-06-18 22:12:55 +02:00
build.sh builds.sh: run "build" and "dbmigrate" from npm. 2018-06-25 16:31:48 +02:00
composer.json composer.json: require ext-mbstring 2022-08-28 16:41:41 +02:00
composer.lock Update composer packages 2022-08-10 15:07:16 +02:00
gulpfile.js gulpfile.js: remove jquery 2022-08-05 15:34:54 +02:00
package-lock.json package.json: set to version 1.1.0 as npm does not like 1.1 2022-08-28 17:20:53 +02:00
package.json package.json: set to version 1.1.0 as npm does not like 1.1 2022-08-28 17:20:53 +02:00
phinx.php phinx.php: configfile is just "local.yml" now. 2018-06-25 16:30:44 +02:00
README.md Adding README 2018-08-10 01:44:15 +02:00

HTTP Callback

This repository contains the code that powers callback.shufflingpixels.com. An tool that provides logging of HTTP Request.

Install

This project depends on composer and npm.

After those are installed run:

$ composer install
$ npm install
$ sh build.sh

Author

Henrik Hautakoski - henrik.hautakoski@gmail.com