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
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'
The Multive Framework is licensed under the MIT license. See License File for more information.
Now go build a cool Project.