Click here for the official documentation
-
Clone our gitlab repository
https://github.com/mavin19/mixkorban.git ~/mixkorban -
create database
create databse mixkorban -
Make enviroment configuration
cp .env.example .env -
Fill the
.env -
Run
composer installDo not runcomposer update -
Run
php artisan key:generate -
Run
php artisan migrate