Skip to content

mugotech/mugotech.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUGOTECH WEB SOLUTIONS

MugoTech - Website.

Table of Contents

Features

  • Website for MugoTech

System Requirements

  • PHP > 7.2
  • PHP Extensions: PDO, cURL, Bcmath, Mcrypt, XML, GD
  • Node.js > 6.0
  • Composer > 1.0.0
  • Laravel > 6.x
  • MySql > 14.0
  • Apache > 2.4

Software Used

  • Laravel
  • Bootstrap
  • NodeJs
  • CSS

Links

Staging Site

Developer FB Page

Installation

Clone repository

$ git clone [email protected]:teammugotech/mugotech.git

Change into the working directory

$ cd mugotech

Copy .env.example to .env and modify according to your environment

$ cp .env.example .env

Install composer dependencies

$ composer install --prefer-dist

Install node dependencies

$ npm install

Change folder permissions

$ sudo chown -R www-data:www-data storage && sudo chown -R www-data:www-data vendor && sudo chown -R www-data:www-data public && sudo chown -R www-data:www-data node_modules && sudo chown -R www-data:www-data bootstrap/cache && sudo chmod -R 775 storage bootstrap/cache && sudo chmod -R 775 storage public

An application key can be generated with the command

$ php artisan key:generate

Run these commands to create the tables within the defined database and populate seed data

$ php artisan migrate --seed

Bugs and Feedback

For bugs, questions and discussions please email me at [email protected].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published