lesichkovm/php-framework

v0.0.2 2018-07-30 04:34 UTC

This package is auto-updated.

Last update: 2024-04-23 16:43:00 UTC


README

Installation

  1. Create new project
composer create-project lesichkovm/php-framework yourprojectname
  1. Create an env.php file in the root directory of your project

  2. Use the following command to see your app running

php -S localhost:8383 serve.php