An open API service indexing awesome lists of open source software.

https://github.com/mysiar/symfony-frankenized

Symfony App static build and prepared to run in smallest container
https://github.com/mysiar/symfony-frankenized

Last synced: 12 months ago
JSON representation

Symfony App static build and prepared to run in smallest container

Awesome Lists containing this project

README

          

# Symfony Frankenized

* to run local app with frankenphp run `make run`
* to build static app run `make build`
* to run static app run `make run-static-app`

Check end of Makefile, that's all to build and run application.
Do not forget about composer install :)