https://github.com/fabianschmick/webelopment
Simple Framework for Web development
https://github.com/fabianschmick/webelopment
css framework html php webelopment
Last synced: about 2 months ago
JSON representation
Simple Framework for Web development
- Host: GitHub
- URL: https://github.com/fabianschmick/webelopment
- Owner: FabianSchmick
- Created: 2016-10-23T12:51:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T11:22:58.000Z (over 8 years ago)
- Last Synced: 2025-02-14T20:52:59.176Z (over 1 year ago)
- Topics: css, framework, html, php, webelopment
- Language: PHP
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webelopment
Simple Framework for Web development.
## Features
- MVC concept
- Model class which provides PDO connection and useful methods
- Views with an simple template engine
- Controller for your logical code
- Route system
- Define simple or complex routes with or without parameters
- Breadcrumbs generator
- Config files
- CSS Grid system and helper classes
- Documentation with code examples
## Installation
What you need:
- PHP version > 5.6
- A webserver like Apache
- Composer package manager
Optional:
- Database like MySQL
## Get started
- Run *composer install*
- Go to *app/config/config.inc.php* and configure your application.
- Go to *app/config/route.inc.php* and define your routes.
## Documentation
Some code examples and explanations will you find in the *doc/* directory.