Skip to content

esripdx/Squash-Reports

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squash Reports

Squash Reports keep your team in touch every day

Installation

  • Copy .env.example to .env
  • Enter your Slack API credentials
  • Enter your SMTP credentials
  • Create an empty mysql database and enter the credentials
$ cd squash
$ composer install
$ php artisan migrate:install
$ php artisan migrate
$ sudo chown -R www-data storage
$ git clone --depth=1 https://github.com/iamcal/emoji-data.git public/emoji

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.8%
  • PHP 11.8%
  • HTML 2.4%