https://github.com/sajjadef98/crud-flare-framework
CRUD Build a system to insert student name information, grade the class name, and edit and delete this information
https://github.com/sajjadef98/crud-flare-framework
crud curd-application flare-framework php php-crud
Last synced: about 1 year ago
JSON representation
CRUD Build a system to insert student name information, grade the class name, and edit and delete this information
- Host: GitHub
- URL: https://github.com/sajjadef98/crud-flare-framework
- Owner: sajjadef98
- License: mit
- Created: 2022-01-27T10:37:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T11:08:26.000Z (over 4 years ago)
- Last Synced: 2025-01-03T23:23:34.646Z (over 1 year ago)
- Topics: crud, curd-application, flare-framework, php, php-crud
- Language: PHP
- Homepage:
- Size: 1.59 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README


# Flare Framework
Made by Sajjad Eftekhari
## What is Flare?
Flare is a PHP full-stack web framework that is light, fast, flexible, and secure.
More information can be found at the [official site](https://manbaenab.ir/Flare).
This repository holds the distributable version of the framework.
## Important Change with index.php
`index.php` is no longer in the root of the project! It has been moved inside the *public* folder,
for better security and separation of components.
This means that you should configure your web server to "point" to your project's *public* folder, and
not to the project root. A better practice would be to configure a virtual host to point there. A poor practice would be to point your web server to the project root and expect to enter *public/...*, as the rest of your logic and the
framework are exposed.
## Server Requirements
PHP version 8 or higher is required, with the following extensions installed:
### --------------------------------------------- Flare Framework ---------------------------------
## How to install
### you can use composer or download from https://github.com/flare-framework/Flare/releases
### composer create-project flare-framework/flare mysite
# Flare built with a number of powerful and fast packages with other important features
### for env https://github.com/vlucas/phpdotenv
### for Router and Controllers and Middlewares.i use https://github.com/izniburak/php-router
https://github.com/izniburak/php-router/wiki
### for $db and Model
### https://github.com/ThingEngineer/PHP-MySQLi-Database-Class
### https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/blob/master/dbObject.md
### for View http://platesphp.com/
### and
### for session https://odan.github.io/session/v5/
### for email https://github.com/PHPMailer/PHPMailer
### for validation https://respect-validation.readthedocs.io/en/latest/
### for upload https://github.com/verot/class.upload.php
### for debug https://tracy.nette.org/en/guide