Skip to content
forked from Ahmard/utiweb

A web-based version of UtiClass

Notifications You must be signed in to change notification settings

carliedu/utiweb

 
 

Repository files navigation

UtiWeb

A web-based version of UtiClass

Installation

Make sure that you have composer installed in your machine

Clone this repository

git clone https://github.com/Ahmard/utiweb.git

Navigate to the project directory and run below command

composer install

Now, install database table for saving messages

php migrate.php

Start the server

php -S localhost:8181

Now visit http://localhost:8181 in your web browser.

Enjoy!!!

References

Licence

UtiWeb is MIT licenced.

About

A web-based version of UtiClass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 39.5%
  • Twig 37.3%
  • JavaScript 22.5%
  • Shell 0.7%