An open API service indexing awesome lists of open source software.

https://github.com/devsavage/slim-skeleton-base

Slim 4 structured app skeleton with tools for ease of use.
https://github.com/devsavage/slim-skeleton-base

framework php php-framework skeleton slim-4 slim-4-skeleton slim-framework slim-skeleton slimframework slimphp

Last synced: 8 months ago
JSON representation

Slim 4 structured app skeleton with tools for ease of use.

Awesome Lists containing this project

README

          

# Slim Skeleton Base
Base skeleton app using the Slim framework. This project currently supports Slim v4.

Be sure to check the wiki for more information on setup and options.

## Features

- Structured to easily create and manage routes using controllers and views
- Command based controller and view creation
- Easily add modules to enable more features, such as authentication
- Configurable via bootstrap, config and routes files

## Installation
In your web server root directory, run the following command, where destination path is the name of your project
```sh
composer create-project savagedev/slim-skeleton-base [DESTINATION PATH]
```
Point your web server to the public folder in your project and enjoy!

This project will support Apache out of the box. Nginx will require a bit more configuration to pass traffic through the index.php file.

## License
MIT