roufy235/multive

A simple php framework

v1.3.9 2023-03-04 16:32 UTC

README

Multive Logo

Multive - PHP Web Framework

Software License Version Code Size Downloads

Requirement

Quickstart guide

You can create a new project by running this command:

$ composer create-project roufy235/multive
  • Install Node.js if you don't have it yet.
  • Install gulp-cli if you don't have it yet.
$ npm install --global gulp-cli
  • Run npm install
  • Run gulp to run the default Gulp task

Configure your connection to MySQL Server:

By default, the FRAMEWORK use a MySQL Database.

You should check and edit this configuration in your .env file:

DB_HOST = '127.0.0.1'
DB_NAME = 'yourMySqlDatabase'
USER = 'yourMySqlUsername'
PASSWORD = 'yourMySqlPassword'

License

The Multive Framework is licensed under the MIT license. See License File for more information.

😎 THAT'S IT!

Now go build a cool Project.