TinyMVC is a PHP framework based on MVC architecture that helps you build easily and quickly powerful web applications and REST API.
PHP 8.1.x
MySQL/SQLite
Composer
Yarn or NPM
- Create new composer project
In your terminal :
composer create-project eliseekn/tinymvc project-name
- Install packages dependencies
In your terminal :
cd ./project-name
yarn && yarn dev
- Setup application
In your terminal :
cp .env.example .env
php console app:setup
- Setup database
In your terminal :
php console migrations:run --seed
- Start a local server development
In your terminal :
php console serve
For more console commands :
php console list
2019-2025 N'Guessan Kouadio Elisée [email protected]