Ryzz123 / lumenity-lumenity by Ryzz123

This is a simple PHP framework for building web applications.
18
1
1
Package Data
Maintainer Username: Ryzz123
Maintainer Contact: febryananda17@gmail.com (Febri Ananda Lubis)
Package Create Date: 2024-04-04
Package Last Update: 2024-04-27
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-29 15:00:04
Package Statistics
Total Downloads: 18
Monthly Downloads: 18
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

LUMENITY FRAMEWORK

Lumenity Framework is a PHP framework that is designed to be simple, fast, and easy to use. It is designed to be a lightweight framework that can be used to build web applications quickly and easily. It is designed to be flexible and extensible, so you can easily add new features and functionality to your web applications.

Version 2.1.0

Features

  • Simple and easy to use
  • Lightweight and fast
  • Flexible and extensible
  • Easy to learn and use
  • Easy to install and configure
  • Easy to customize and extend
  • Easy to maintain and update
  • Easy to scale and grow
  • Easy to deploy and manage
  • Easy to use with other frameworks and libraries
  • Easy to use with other programming languages and platforms
  • Easy to use with other databases and data sources

Requirements

  • PHP 8.2 or higher
  • Composer
  • MySQL or MariaDB
  • Apache or Nginx

Installation

To install Lumenity Framework, you need to have PHP 8.2 or higher installed on your system. You also need to have Composer installed on your system. You can install Composer by following the instructions on the Composer website.

Once you have Composer installed, you can install Lumenity Framework by running the following command in your terminal:

composer create-project lumenity/framework

This will create a new directory called Lumenity in your current working directory and install Lumenity Framework in that directory.

Configuration

Once you have installed Lumenity Framework, you need to configure it to work with your web server and database. You can do this by editing the .env file in the app directory. You can configure the database connection settings, the base URL of your web application, and other settings in this file.

Usage

To use Lumenity Framework, you need to create a new controller class in the app/http/Controllers directory. You can create a new controller class by extending the Lumenity\Http\Controller class and adding your own methods to the class.

You can then create a new route in the routes/web.php file that maps a URL to a controller method. You can do this by calling the get or post method on the $router object and passing the URL and the controller method as arguments.

You can then run your web application by running the following command in your terminal:

php -S localhost:8000 -t public

package.json run npm run start to start the server.

This will start a web server on http://localhost:8000 that serves your web application.

License

Lumenity Framework is open-source software licensed under the MIT license.

Author

Lumenity Framework is developed and maintained by [Lumenity](

Support

If you have any questions or need help with Lumenity Framework, you can contact us at [

Contributing

If you would like to contribute to Lumenity Framework, you can fork the repository on GitHub and submit a pull request with your changes.