muckee / slim-authentication-php-template

A template repository for Slim PHP Framework 4 with user authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slim-php-template

A template repository for Slim PHP Framework 4 with user authentication.

Getting Started

To install and configure the application for local testing and development, use the following instructions.

Pre-requisites

PHP

Windows

Details on installing and configuring php for windows can be found on the PHP website. If you have already installed XAMP, there is no need to install PHP manually. If you use another, similar service, please check their documentation to see whether or not PHP is included.

Ubuntu

# apt install php

RHEL/CentOS

# yum install php

Git

Windows

Download Git from the official Git website

Ubuntu

# apt install git

RHEL/CentOS

# yum install git

Composer

Windows

To install Composer on windows, please follow the documentation on the official Composer website

Ubuntu

# apt install composer

RHEL/CentOS

# yum install composer

Installation

To install the application, navigate to the folder within which you wish to clone the repository and execute the following shell commands:

$ git clone https://github.com/JoshuaFlood/slim-php-template.git
$ cd slim-php-template
$ composer install

Once the application is published, visit the homepage to see the welcome message, or visit example.domain.com/hello/[insert_your_name_here] to see the application in action.

Deployment

For instructions on deployment to a production environment please refer to the official Slim PHP Framework's documentation, the official Composer documentation and the documentation of any third-party dependencies or frameworks included in your project. Step-by-step instruction exceeds the scope of this documentation.

Dependencies

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A template repository for Slim PHP Framework 4 with user authentication.

License:MIT License


Languages

Language:PHP 59.8%Language:HTML 32.4%Language:CSS 5.3%Language:JavaScript 2.6%