Skip to content

Micro-framework, intended to small API based web applications.

License

Notifications You must be signed in to change notification settings

harpya-old/ufw-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ufw-base

Installation

composer require harpya/ufw-base

Usage

First of all, initialize the framework

vendor/bin/ufw --init

Make sure that your webserver have the ~/public directory, and the mod_rewrite is working.

After this, create the application

vendor/bin/ufw --create=myApp

Point your browser to address http://YOUR_IP/info to see phpinfo() page, and http://YOUR_IP/app/myApp/ to see the welcome message.

About

Micro-framework, intended to small API based web applications.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages