Skip to content

LukaszFokin/proj-manager

Repository files navigation

#a aProj Managera

Project Manager is a project management system.

Installation

Clone this repo

git clone https://github.com/LukaszFokin/proj-manager.git

Get into cloned folder

cd /where/you/cloned

Install the project dependencies with composer

composer update

Create an .env file

cp .env.example .env

Locate the code below and changes according to your settings

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

Generate a key to laravel application

php artisan key:generate

Run laravel migration to create all schemas

php artisan migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published