Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.1 KB

File metadata and controls

28 lines (24 loc) · 1.1 KB

MiniFramework PHP MVC

mini framework using php and mvc structure, using the dependency abdslam01/miniframeworkcore

Installation process

  • then executegit clone <repo_link> project
  • then change directory to the repo cd project
  • execute composer install
  • execute cp .env.example .env
  • configure the following fields in .env file:
host=localhost
database=database_name
username=root //user
password=     //pass
And Other Required Field

License

This framework is open-sourced software licensed under the MIT license.

Contributers

Please if you have any suggest, idea or help dont hesitate to share it with us. Please if you face any issue with the project feel free to open an issue by clicking the link HERE