Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 517 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 517 Bytes

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 : [email protected] Password : admin