There is no license information available for the latest version (1.0) of this package.

A simple framework written in PHP based on Laravel

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 1

Open Issues: 0

Type:project

1.0 2022-02-20 06:15 UTC

This package is auto-updated.

Last update: 2024-04-24 14:44:18 UTC


README

Introduction

A very simple & lightweight raw PHP framework that focuses mainly the developers, who want to speed up their development process. It is developed with MVC structure and does not use any external packages.

Laravel lite

This framework is completely based on laravel concept, not fully functional as laravel. This framework is very usefull for the the startup projects that need to be elegant code structure. The documnet for this framework has to be added.

Requirements

Installation

  • Run this command in the project directory: composer dump-autoload
  • Change your configuration in app/config.php file

Enjoy!