A web-based version of UtiClass
Make sure that you have composer installed in your machine
Clone this repository
git clone https://github.com/Ahmard/utiweb.gitNavigate to the project directory and run below command
composer installNow, install database table for saving messages
php migrate.phpJWT public and private keys are stored in resources/keys directory.
Below keys are required
resources/keys/app-public-key.pem
resources/keys/app-private-key.pem
Start the server
php serveNow visit http://localhost:8181 in your web browser.
You can also see how the project works.
Help keep this project alive by adding new features or fixing bugs.
Enjoy 😉
UtiWeb is MIT licenced.