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.
- Host: GitHub
- URL: https://github.com/devsavage/slim-skeleton-base
- Owner: devsavage
- Created: 2022-03-20T23:49:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T02:23:35.000Z (almost 4 years ago)
- Last Synced: 2025-03-04T18:46:15.957Z (11 months ago)
- Topics: framework, php, php-framework, skeleton, slim-4, slim-4-skeleton, slim-framework, slim-skeleton, slimframework, slimphp
- Language: PHP
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE,md
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