Skip to content

Mouhamet99/ONGManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


PHP MVC PROJECT

PHP from Packagist License GitHub release

The best implementation of the Model-View-Controller architectural pattern in PHP!

Features

  • Routing
  • Controller
  • Model
  • Templates(View)
  • Validation
  • Security

Requirements

  • PHP 7.x

Here is the Video demo

🚀 Getting started

Follow the step above inside the project folder:

🔌👉Clone Project

Terminal

git clone https://github.com/Mouhamet99/ONGManagement.git   

🔌👉Install dependency

Terminal

composer install  

👉Configure your one database in Model.php

Here is mine: Terminal

  public function __construct()
    {
        self::$db = new DBConnection('localhost', 'ong_nous_les_femmes', 'root', '');
    }

###👉 Create database using Doctrine Terminal

php bin/console doctrine:database:create

#That's it !!!!💥💥💥 Start Running your server and Enjoy it!!!!💥💥💥 ###🔎default user credentials login: [email protected]

password: passer123!

🤝 Contributing

  1. Fork this repository
  2. Create your branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature

Consider contributing to the original TypeScript Starter, which you can find here.

After your pull request is merged, you can safely delete your branch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published