Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

bvqbao/app-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a simple MVC framework built from the following packages:

  • Illuminate Database (5.*),
  • Illuminate Events (5.*),
  • Illuminate Validation (5.*),
  • Illuminate Translation (5.*),
  • Slim Framework (^3.0),
  • Monolog (^1.17),
  • Aura Session (^2.0).

Installation

  1. Download the framework.
  2. Upload the framework files to your server (optional).
  3. Open .htaccess file, update RewriteBase (if necessary).
  4. Run composer update to pull out the dependencies.
  5. Setup your routes at app/routes.php.
  6. If you want to use the PHP's build-in web server: php -S localhost:8080 -t public/

About

A simple MVC framework built on top of various components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages