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
2022-08-08 23:51:05 +02:00
app app/views/backend/user/form.volt: use new bootstrap classes 2022-08-08 23:51:05 +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 public/index.php: pass uri to Httpcb\Bootstrap::run() 2022-07-26 19:42:03 +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: update to phalcon >= 4.0.0 and php >=7.4.0 2022-07-26 19:39:02 +02:00
composer.lock Composer: update to phalcon >= 4.0.0 and php >=7.4.0 2022-07-26 19:39:02 +02:00
gulpfile.js gulpfile.js: remove jquery 2022-08-05 15:34:54 +02:00
package-lock.json package.json: remove jquery 2022-08-05 15:36:41 +02:00
package.json package.json: remove jquery 2022-08-05 15:36:41 +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