Skip to content

CRUD Build a system to insert student name information, grade the class name, and edit and delete this information

License

Notifications You must be signed in to change notification settings

sajjadef98/CRUD-flare-framework

Repository files navigation

https://s21.picofile.com/file/8447028218/CRUD_flare_framework1.PNG https://s21.picofile.com/file/8447028226/CRUD_flare_framework2.PNG

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.

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

composer create-project flare-framework/flare mysite

Flare built with a number of powerful and fast packages with other important features

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

and

About

CRUD Build a system to insert student name information, grade the class name, and edit and delete this information

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages