inventory.php
An app to manage your inventory
Instructions
- Download here
- Upload the database (sql file)
- Create the database connection (conn.php)
$dbHost = "";
$dbUser = "";
$dbPass = "";
$dbName = "";
- In your database create the users (with INSERT)
- Edit your SuperUser ID (superuser.php)
$superuser = "";
- Upload to a host the php files
- Now you are ready to use it :)
- Your version - http://example.com/docs/version.json -
- Updater here
- If you want to update the database just make a backup, delete the old database, upload the new and INSERT the backup