Skip to content

minhchu/slim-landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slim Landing Page

A simple landing page using Slim Framework 3.
Some features in this project:

  • Dotenv
  • Flash Message
  • Mailer
  • Logger

Usage

First, clone this repository:
git clone https://github.com/minhchu/slim-landing-page.git
Then cd to this project folder and install dependencies:
composer install
Create .env file:
cp .env.example .env
Edit variable values in .env and now serve your application using PHP built-in server:
php -S localhost:8000 -t public
Navigate your browser to localhost:8000 to see the landing page.

License

This project is under the MIT license. See License File for more information.

About

A simple landing page using Slim framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published