Skip to content

Shipsoftware-schoolproject/shipsoftware-php

Repository files navigation

Shipsoftware-php

Web version of Shipsoftware

Setup

Notes for configuration.

Prerequisite

.env -file

.env file is not tracked in by version control and thus it needs to be manually created. Below is listed only crucial parameters to your development going:

APP_ENV=local - Set's application environment to local
APP_DEBUG=true - Enables debugging

DB_DATABASE="db_name" - Name of the database
DB_USERNAME="db_username" - Database username
DB_PASSWORD="db_password" - Password of database user

About

Web version of shipsoftware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published