Laravel Intranet is a web application for small companies how wants to manage customers, projects, tasks (trello like) and hours.
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
User : [email protected] Password : admin