Home

Awesome

<h1 align="center">Slim 4 Starter Template</h1> <p align="center">An opinionated starter template for a simple PHP application built on <a href="https://www.slimframework.com" target="_blank">Slim Framework 4</a> (and Tailwind CSS & Alpine.js).</p> <p align="center"> <a href="https://github.com/nbayramberdiyev/slim-4-starter/actions/workflows/continuous-integration.yml/badge.svg" target="_blank"> <img src="https://github.com/nbayramberdiyev/slim-4-starter/actions/workflows/continuous-integration.yml/badge.svg" alt="CI" /> </a> </p> <p align="center"> <a href="#features">Features</a> • <a href="#requirements">Requirements</a> • <a href="#installation">Installation</a> </p>

Features

Requirements

Installation

1. Clone this repository into your local machine:

git clone git@github.com:nbayramberdiyev/slim-4-starter.git

2. Go to the project folder:

cd slim-4-starter

3. Install the project dependencies:

composer install

4. Create a copy of .env.example:

cp .env.example .env

5. Start the PHP development server:

php -S localhost:8888 -t public

That's it! Now go build something cool.