The best implementation of the Model-View-Controller architectural pattern in PHP!
- Routing
- Controller
- Model
- Templates(View)
- Validation
- Security
- PHP 7.x
Here is the Video demo
Follow the step above inside the project folder:
Terminal
git clone https://github.com/Mouhamet99/ONGManagement.git Terminal
composer install 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: user@gmail.com
password: passer123!
- Fork this repository
- Create your branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Add some feature' - 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.
