andreaskviby / laravel-intranet

A simple intranet system for small business

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Intranet

About Laravel Intranet

Laravel Intranet is a web application for small companies how wants to manage customers, projects, tasks (trello like) and hours.

Installation instructions

Clone the repository to your host.

In the directory :

composer install
cp .env.example .env

Edit your database informations in .env file

php artisan key:generate
php artisan migrate
php artisan db:seed

First connexion

User : admin@demo.com Password : admin

About

A simple intranet system for small business


Languages

Language:PHP 52.6%Language:Vue 32.6%Language:HTML 14.8%