Skip to content

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

License

Notifications You must be signed in to change notification settings

muckee/slim-authentication-php-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published