litephp/app

A starter application built on LitePHP

Maintainers

Package info

github.com/Lazycoder229/litephp-app

Type:project

pkg:composer/litephp/app

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-06-06 05:23 UTC

This package is auto-updated.

Last update: 2026-06-06 05:27:49 UTC


README

A starter application built on LitePHP.

Structure

litephp-app/
├── app/
│   ├── Controllers/
│   ├── Middleware/
│   ├── Models/
│   ├── Routes/
│   ├── Services/
│   └── views/
├── Bootstrap/        ← app bootstrap (references framework)
├── config/           ← app configuration
├── database/         ← migrations
├── public/           ← web root (point your web server here)
├── storage/          ← cache, logs, sessions
├── autoload.php      ← registers App\ + loads framework Core\
├── index.php         ← entry point
└── .env              ← environment config (copy from .env.example)

Requirements

  • PHP 8.1+

Getting Started

  1. Copy .env.example to .env and fill in your values

IF YOU FOUND ANY ERRORS AND BUGS PLEASE REPORT IT OR SUBMIT ISSUES IN GITHUB