grimm1994/grimm-framework

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

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

This package is auto-updated.

Last update: 2024-04-16 18:05:31 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!