raivokinne/minamell

simple php framework

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/raivokinne/minamell

dev-master 2024-06-20 20:15 UTC

This package is auto-updated.

Last update: 2025-12-06 19:53:50 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