Download the PHP package minhluu/lumin without Composer
On this page you can find all versions of the php package minhluu/lumin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download minhluu/lumin
More information about minhluu/lumin
Files in minhluu/lumin
Download minhluu/lumin
More information about minhluu/lumin
Files in minhluu/lumin
Please rate this library. Is it a good library?
Informations about the package lumin
Lumin Framework
I. Introduction
1. What is Lumin?
Lumin is a PHP framework that helps you build web applications quickly and easily. It is based on the MVC pattern and is designed to be simple, lightweight, and easy to use.
2. Features
- MVC pattern
- ORM (Object Relational Mapping)
- Routing
- Middleware
- Request and Response
- Database
- Migrations
- Validation
- Error handling
- Logging
- Command line interface
- Composer support
3. Requirements
- PHP 8.3.6
- Composer
- MySQL
4. Installation
5. Run
5. Documentation
6. License
Lumin is open-source software licensed under the MIT license.
II. Getting Started
1. Configuration
- Database configuration:
config/database.php
- Application configuration:
config/app.php
- Environment configuration:
.env
2. Routing
- Define routes in
routes/web.php
androutes/api.php
- Route parameters:
:id
,:slug
,:name
, etc. - Updating
3. Controllers
- Create controllers in
app/HTTP/Controllers
directory
4. Models
- Create models in
app/Models
directory - Define relationships in models
5. Views
- Create views in
resources/views
directory - Use .php extension for views
All versions of lumin with dependencies
PHP Build Version
Package Version
The package minhluu/lumin contains the following files
Loading the files please wait ....