nezamy/just

Just is a PHP micro-framework for Full Stack Web Developer

0.2 2020-06-11 00:33 UTC

This package is not auto-updated.

Last update: 2024-04-26 03:39:49 UTC


README

Just is a PHP micro-framework for Full Stack Web Developer

Get Started

composer create-project --prefer-dist nezamy/just:0.2 app_name

Start run app with php built-in server

cd app_name/public
php -S localhost:8000