PHP Framework Installation Create new project composer create-project lesichkovm/php-framework yourprojectname Create an env.php file in the root directory of your project Use the following command to see your app running php -S localhost:8383 serve.php