/slim-4-starter

Slim Framework 4 Starter Application

Primary LanguageTwig

Slim Framework 4 Starter Application

A skeleton for a simple PHP application built on Slim Framework 4 (and Bootstrap 4).

Requirements

Installation

  1. Clone this repository into your local machine using the terminal (MAC) or Gitbash (Windows) git clone https://github.com/nbayramberdiyev/slim-4-starter.git.
  2. Go to the project folder cd slim-4-starter.
  3. Run composer install to install the project dependencies.
  4. Run cp .env.example .env to create a copy of .env.example.
  5. Start localhost web server php -S localhost:8888 -t public.
  6. Open http://localhost:8888 in your browser.

That's it! Now go build something cool.