nathan-fiscaletti / curlit.tk

📨 A web panel for sending HTTP requests from your browser

Home Page:https://curlit.tk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  1. Clone this repository into /var/www/html

  2. Create your database in MySql with no tables and then configure config/web.php.

  3. Run the database provisioner located in provisioning/database_create.sh.

./provisioning/database_create.sh <host> <database> <username> [optional password]
  1. Set your apache/nginx site root to /var/www/html/public

  2. Install composer dependencies.

composer install
  1. Open your site and use the contact form once to activate formspree.

  2. You're ready to go!

About

📨 A web panel for sending HTTP requests from your browser

https://curlit.tk

License:MIT License


Languages

Language:JavaScript 73.4%Language:HTML 14.3%Language:PHP 9.6%Language:CSS 1.6%Language:Shell 1.1%