raivokinne / minamell
simple php framework
dev-master
2024-06-20 20:15 UTC
Requires
- minamell/minamell: dev-main
- vlucas/phpdotenv: ^5.6
This package is auto-updated.
Last update: 2025-05-06 18:43:06 UTC
README
Hello! Minamell is a php framework that is based on the MVC (Model view controller) design pattern.
How to make a Project
To make a project Make sure you have composer installed after that run this command in your terminal.
composer create-project raivokinne/minamell:1.x-dev example-project
after that you can cd in your project and run it by using:
composer install
and:
composer start
For more info: Composer packages Docs