Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

languagetool-org/languagetool-website-2018

This branch is 1 commit ahead of, 35 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c7c36b3 · Sep 7, 2020
Jun 27, 2020
May 4, 2019
May 4, 2019
May 4, 2019
May 4, 2019
Aug 25, 2020
Mar 4, 2019
Aug 25, 2020
Jun 12, 2020
Apr 2, 2018
Apr 2, 2018
May 4, 2019
Jan 17, 2020
Apr 2, 2018
Apr 21, 2018
May 4, 2019
May 4, 2019
Feb 24, 2020
Aug 1, 2018
Apr 2, 2018
Jul 8, 2018
Apr 12, 2018
Nov 2, 2019
Apr 2, 2018
Apr 2, 2018
Apr 2, 2018
Apr 2, 2018
Apr 2, 2018
Sep 7, 2020

Repository files navigation

languagetool.org

Requirements

  • PHP v7

Getting started

  1. composer install --ignore-platform-reqs
  2. Depending on your setup, you might need to change file permissions:
    chmod a+rw storage/logs/
    chmod a+rw bootstrap/cache/
    chmod a+rw storage/framework/views/
    chmod a+rw storage/framework/sessions/
  3. cp .env_example .env
  4. php artisan serve