fumiya5863 / CherryTI

Homebrew framework in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CherryTI

Image

CheeryTI Image

Overview

Homebrew framework using PHP

Requirement

  • PHP
  • MySQL

How to install

git

git clone https://github.com/fumiya5863/CherryTI.git

composer

composer create-project fumiya5863/cherry-ti
or
composer create-project fumiya5863/cherry-ti --prefer-dist

How to use

When downloaded with Compoer or github, the folder name is different. I will fix it, so please wait for a while

cd CherryTI
or
cd cherry-ti

cd env
cp .env.sample .env

Usage

Why don't you play with the lightweight framework and play around with it?

The reason why I made this framework this time is that I want more people to develop the framework. The reason is that by creating a framework from scratch, you have a much better understanding of the framework you have been using. I think that it is rare to know the contents during development. So why don't you take this opportunity to use the framework? The name is Cherry TI.

If you have any concerns, please raise an issue. Also, please do more and more pull requests. I'm so happy that I'm very welcome.

Folder structure

- app/
  - controller/
  - model/
  - routes/
  - view/
  - .htaccess
- env/
  - .env.sample
  - .htaccess
- storage/
  - log/
  - .htaccess
- system/
  - bootstrap/
  - class/
  - constant/
  - template/
  - .htaccess
- .htaccess
- composer.json
- index.php

Author

fumiya5863

License

The source code is licensed MIT.

About

Homebrew framework in PHP

License:MIT License


Languages

Language:PHP 98.6%Language:Hack 1.4%