grimm1994/grimm-framework

There is no license information available for the latest version (v1.1.3) of this package.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/grimm1994/grimm-framework

v1.1.3 2022-10-16 14:59 UTC

This package is auto-updated.

Last update: 2025-12-16 21:43:38 UTC


README

How to run:

  • composer create-project grimm1994/grimm-framework
  • create .env from .env.example
  • php migrations.php

How to run using Docker:

  • docker-compose up -d
  • docker exec -it grimm-framework_app bash
  • php migrations.php

That's it!