Skip to content

bhshawon/elomelo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An experimentary PHP framework.

elomelo

Requirements

  • Composer
  • Apache Server

Installation

  • Clone this repository.
  • Run composer install on terminal from project directory.

Framework Structure

Controllers

Ideally, Controllers should live at App/Controllers directory. Controllers extends Core/Controller class.

Public methods

  • view($view, $data=[]) Renders a twig view with given data.
  • redirect($url) Redirects to given url.

Models

Eloquent ORM is used for handling database operations. Thus models are extended from Eloquent models.

Views

Twig is used for rendering views.

About

An experimental PHP framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published