Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 525 Bytes

File metadata and controls

32 lines (24 loc) · 525 Bytes

COLORED BLACK
baksla.sh

Requirements

  • Make
  • Orbstack / Docker

Installation

make build
make up
make app.install

Usage

Start the environment:

make start

Display available commands:

make help

Automatically clear Symfony cache when writing an article:

fswatch templates/articles -o | xargs -n1 -I{} docker compose exec -T php bin/console cache:clear