kanatamon / build-api-using-slim-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install the Slim Framework 3 Skeleton Application

Run this command from the directory in which you want to install your new Slim Framework application.

php composer create-project slim/slim-skeleton [my-app-name]

Replace [my-app-name] with the desired directory name for your new application. You'll want to:

  • Point your virtual host document root to your new application's public/ directory.
  • Ensure logs/ is web writeable.

To run the application in development, you can run these commands

cd [my-app-name]
composer start

About


Languages

Language:PHP 87.7%Language:HTML 12.3%